diff options
author | Steve Baker <steve@stevebaker.org> | 2003-11-06 05:36:06 +0000 |
---|---|---|
committer | Steve Baker <steve@stevebaker.org> | 2003-11-06 05:36:06 +0000 |
commit | ba753ad3b57419722e51fbbb7423d32be1d711b8 (patch) | |
tree | 674ce61ab415bba14cb0e836a76d1e34e972c658 | |
parent | 6be9d33380c0d8adb7ba7e235e05d7dcd9137276 (diff) | |
download | gst-plugins-bad-ba753ad3b57419722e51fbbb7423d32be1d711b8.tar.gz gst-plugins-bad-ba753ad3b57419722e51fbbb7423d32be1d711b8.tar.bz2 gst-plugins-bad-ba753ad3b57419722e51fbbb7423d32be1d711b8.zip |
this will make it easier to merge when you have uncommited plugins in your tree
Original commit message from CVS:
this will make it easier to merge when you have uncommited plugins in your tree
-rw-r--r-- | configure.ac | 72 |
1 files changed, 61 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index f8fe086c..ce7f3a09 100644 --- a/configure.ac +++ b/configure.ac @@ -272,17 +272,67 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ - ac3parse adder audioscale auparse avi \ - asfdemux audioconvert cdxaparse chart \ - cutter debug deinterlace effectv festival \ - filter flx goom id3 intfloat law level median mixmatrix \ - mpeg1sys mpeg1videoparse mpeg2sub \ - mpegaudio mpegaudioparse mpegstream \ - monoscope oneton overlay passthrough playondemand qtdemux \ - realmedia rtp rtjpeg silence sine smooth smpte \ - spectrum speed stereo synaesthesia tcp typefind udp vbidec \ - videocrop videodrop videofilter videoflip videoscale \ - videotestsrc volenv volume wavenc wavparse y4m" + ac3parse \ + adder \ + asfdemux \ + audioconvert \ + audioscale \ + auparse \ + avi \ + cdxaparse \ + chart \ + cutter \ + debug \ + deinterlace \ + effectv \ + festival \ + filter \ + flx \ + goom \ + id3 \ + intfloat \ + law \ + level \ + median \ + mixmatrix \ + mpeg1sys \ + mpeg1videoparse \ + mpeg2sub \ + mpegaudio \ + mpegaudioparse \ + mpegstream \ + monoscope \ + oneton \ + overlay \ + passthrough \ + playondemand \ + qtdemux \ + realmedia \ + rtjpeg \ + rtp \ + silence \ + sine \ + smooth \ + smpte \ + spectrum \ + speed \ + stereo \ + synaesthesia \ + tcp \ + typefind \ + udp \ + vbidec \ + videocrop \ + videodrop \ + videoflip \ + videofilter \ + videoscale \ + videotestsrc \ + volenv \ + volume \ + wavenc \ + wavparse \ + y4m" dnl see if we can build C++ plug-ins if test "x$HAVE_CXX" = "xyes"; then |