diff options
author | Benjamin Otte <otte@gnome.org> | 2005-01-06 06:48:01 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2005-01-06 06:48:01 +0000 |
commit | 5e19f0229dafd991937f0d344d49dcef4917e710 (patch) | |
tree | 3719de7f5017750b9a83fbe07f0138c9b997f23e /configure.ac | |
parent | fdfbf3baa5ad5c1fc666f0927f380939576e6562 (diff) | |
download | gst-plugins-bad-5e19f0229dafd991937f0d344d49dcef4917e710.tar.gz gst-plugins-bad-5e19f0229dafd991937f0d344d49dcef4917e710.tar.bz2 gst-plugins-bad-5e19f0229dafd991937f0d344d49dcef4917e710.zip |
add a puzzle game with...
Original commit message from CVS:
* configure.ac:
* gst/games/Makefile.am:
* gst/games/gstpuzzle.c:
add a puzzle game with...
* gst/games/gstvideoimage.c:
* gst/games/gstvideoimage.h:
... full colorspace support (that includes YUV9 and RGB16)) stolen
from videotestsrc and made into something that would be a nice
library for a lot of other plugins.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b27d373f..f730ddb9 100644 --- a/configure.ac +++ b/configure.ac @@ -396,6 +396,7 @@ GST_PLUGINS_ALL="\ passthrough \ playback \ playondemand \ + games \ qtdemux \ realmedia \ rtjpeg \ @@ -1937,6 +1938,7 @@ gst/festival/Makefile gst/ffmpegcolorspace/Makefile gst/filter/Makefile gst/flx/Makefile +gst/games/Makefile gst/goom/Makefile gst/interleave/Makefile gst/law/Makefile |