From: Steve Baker Date: Thu, 6 Nov 2003 05:36:06 +0000 (+0000) Subject: this will make it easier to merge when you have uncommited plugins in your tree X-Git-Tag: CAPS-ROOT~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9753ca6859b7c9c328329c9d6aec902282b85c4a;p=platform%2Fupstream%2Fgst-plugins-good.git 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 --- diff --git a/configure.ac b/configure.ac index f8fe086..ce7f3a0 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