diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-12-19 21:34:56 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-12-19 21:34:56 +0000 |
commit | 61898506c8fe0bf85170ab290bf3aecb2c0a81b0 (patch) | |
tree | a35814d30baa44a104addadcd9ec14c3eb4fd749 /configure.ac | |
parent | 08d0c89de597cd1cd287bd34fea49453a3f24aa9 (diff) | |
download | gst-plugins-bad-61898506c8fe0bf85170ab290bf3aecb2c0a81b0.tar.gz gst-plugins-bad-61898506c8fe0bf85170ab290bf3aecb2c0a81b0.tar.bz2 gst-plugins-bad-61898506c8fe0bf85170ab290bf3aecb2c0a81b0.zip |
initial checkin of work-in-progress vbidec plugin for closed caption support
Original commit message from CVS:
initial checkin of work-in-progress vbidec plugin for closed caption support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 120e044d..2b635c6c 100644 --- a/configure.ac +++ b/configure.ac @@ -233,7 +233,7 @@ GST_PLUGINS_ALL="\ mpegaudio mpegaudioparse mpegstream mpegtypes\ monoscope passthrough playondemand qtdemux rtjpeg silence sine\ smooth smpte spectrum speed stereo stereomono synaesthesia\ - udp videocrop videoscale videotestsrc volenv volume\ + udp vbidec videocrop videoscale videotestsrc volenv volume\ vumeter wavenc wavparse y4m" dnl see if we can build C++ plug-ins @@ -1014,6 +1014,7 @@ gst/stereo/Makefile gst/stereomono/Makefile gst/synaesthesia/Makefile gst/udp/Makefile +gst/vbidec/Makefile gst/videoscale/Makefile gst/videotestsrc/Makefile gst/videocrop/Makefile |