mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
Added gst/realmedia gst/debug and ext/gdk_pixbuf
Original commit message from CVS: Added gst/realmedia gst/debug and ext/gdk_pixbuf
This commit is contained in:
parent
eb0068e3ce
commit
efc87d7b0d
1 changed files with 11 additions and 2 deletions
13
configure.ac
13
configure.ac
|
@ -252,11 +252,11 @@ 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 deinterlace effectv festival filter flx goom\
|
||||
cutter debug deinterlace effectv festival filter flx goom\
|
||||
intfloat law level\
|
||||
median mixmatrix mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
|
||||
mpegaudio mpegaudioparse mpegstream mpegtypes\
|
||||
monoscope oneton passthrough playondemand qtdemux rtp rtjpeg silence sine\
|
||||
monoscope oneton passthrough playondemand qtdemux realmedia rtp rtjpeg silence sine\
|
||||
smooth smpte spectrum speed stereo stereomono synaesthesia\
|
||||
udp vbidec videocrop videoflip videoscale videotestsrc volenv volume\
|
||||
vumeter wavenc wavparse y4m"
|
||||
|
@ -674,6 +674,12 @@ GST_CHECK_FEATURE(FFMPEG, [ffmpeg plug-ins], ffmpeg, [
|
|||
[defined if we use uninstalled ffmpeg])
|
||||
])
|
||||
|
||||
dnl *** GDK pixbuf ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_GDK_PIXBUF, true)
|
||||
GST_CHECK_FEATURE(GDK_PIXBUF, [GDK pixbuf], gdkpixbufsrc, [
|
||||
if test $HAVE_GTK = "yes"; then HAVE_GDK_PIXBUF=yes; fi;
|
||||
])
|
||||
|
||||
dnl *** Gnome VFS ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_GNOME_VFS, true)
|
||||
GST_CHECK_FEATURE(GNOME_VFS, [Gnome VFS], gnomevfssrc, [
|
||||
|
@ -1175,6 +1181,7 @@ gst/asfdemux/Makefile
|
|||
gst/cdxaparse/Makefile
|
||||
gst/chart/Makefile
|
||||
gst/cutter/Makefile
|
||||
gst/debug/Makefile
|
||||
gst/deinterlace/Makefile
|
||||
gst/effectv/Makefile
|
||||
gst/festival/Makefile
|
||||
|
@ -1204,6 +1211,7 @@ gst/oneton/Makefile
|
|||
gst/passthrough/Makefile
|
||||
gst/playondemand/Makefile
|
||||
gst/qtdemux/Makefile
|
||||
gst/realmedia/Makefile
|
||||
gst/rtjpeg/Makefile
|
||||
gst/rtp/Makefile
|
||||
gst/silence/Makefile
|
||||
|
@ -1252,6 +1260,7 @@ ext/dvdnav/Makefile
|
|||
ext/esd/Makefile
|
||||
ext/ffmpeg/Makefile
|
||||
ext/flac/Makefile
|
||||
ext/gdk_pixbuf/Makefile
|
||||
ext/gnomevfs/Makefile
|
||||
ext/gsm/Makefile
|
||||
ext/hermes/Makefile
|
||||
|
|
Loading…
Reference in a new issue