mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
40ed06289e
commit
2af26f165d
1 changed files with 61 additions and 11 deletions
72
configure.ac
72
configure.ac
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue