diff options
author | David Schleef <ds@schleef.org> | 2003-06-13 05:38:16 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-06-13 05:38:16 +0000 |
commit | 8f14b2a9bc5eeebae0224f0b7930ff264b4fcd39 (patch) | |
tree | 089dbd29f485944d6170dfdb253bca0f92e66fce /configure.ac | |
parent | 176e9f83f383570682c67392e90a32ebae61c567 (diff) |
Add videoflip
Original commit message from CVS:
Add videoflip
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bf8b3154..ea7d25db 100644 --- a/configure.ac +++ b/configure.ac @@ -258,7 +258,7 @@ GST_PLUGINS_ALL="\ mpegaudio mpegaudioparse mpegstream mpegtypes\ monoscope oneton passthrough playondemand qtdemux rtp rtjpeg silence sine\ smooth smpte spectrum speed stereo stereomono synaesthesia\ - udp vbidec videocrop videoscale videotestsrc volenv volume\ + udp vbidec videocrop videoflip videoscale videotestsrc volenv volume\ vumeter wavenc wavparse y4m" dnl see if we can build C++ plug-ins @@ -1210,9 +1210,10 @@ gst/stereomono/Makefile gst/synaesthesia/Makefile gst/udp/Makefile gst/vbidec/Makefile +gst/videocrop/Makefile +gst/videoflip/Makefile gst/videoscale/Makefile gst/videotestsrc/Makefile -gst/videocrop/Makefile gst/volenv/Makefile gst/volume/Makefile gst/vumeter/Makefile |