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
This commit is contained in:
Steve Baker 2003-11-06 05:36:06 +00:00
parent 40ed06289e
commit 2af26f165d

View file

@ -272,17 +272,67 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl these are all the gst plug-ins, compilable without additional libs dnl these are all the gst plug-ins, compilable without additional libs
GST_PLUGINS_ALL="\ GST_PLUGINS_ALL="\
ac3parse adder audioscale auparse avi \ ac3parse \
asfdemux audioconvert cdxaparse chart \ adder \
cutter debug deinterlace effectv festival \ asfdemux \
filter flx goom id3 intfloat law level median mixmatrix \ audioconvert \
mpeg1sys mpeg1videoparse mpeg2sub \ audioscale \
mpegaudio mpegaudioparse mpegstream \ auparse \
monoscope oneton overlay passthrough playondemand qtdemux \ avi \
realmedia rtp rtjpeg silence sine smooth smpte \ cdxaparse \
spectrum speed stereo synaesthesia tcp typefind udp vbidec \ chart \
videocrop videodrop videofilter videoflip videoscale \ cutter \
videotestsrc volenv volume wavenc wavparse y4m" 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 dnl see if we can build C++ plug-ins
if test "x$HAVE_CXX" = "xyes"; then if test "x$HAVE_CXX" = "xyes"; then