mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
I'm putting the gst Makefiles in a var right now, it seems to work and it's just what I need for fast build addititions
Original commit message from CVS: I'm putting the gst Makefiles in a var right now, it seems to work and it's just what I need for fast build addititions
This commit is contained in:
parent
583465f3f8
commit
c7f28c4397
1 changed files with 47 additions and 42 deletions
89
configure.ac
89
configure.ac
|
@ -294,6 +294,8 @@ GST_PLUGINS_ALL="\
|
||||||
smooth smoothwave spectrum speed stereo stereomono\
|
smooth smoothwave spectrum speed stereo stereomono\
|
||||||
synaesthesia udp videoscale volenv volume vumeter wavparse"
|
synaesthesia udp videoscale volenv volume vumeter wavparse"
|
||||||
|
|
||||||
|
GST_PLUGINS_ALL=""
|
||||||
|
|
||||||
AC_SUBST(GST_PLUGINS_ALL)
|
AC_SUBST(GST_PLUGINS_ALL)
|
||||||
|
|
||||||
GST_PLUGINS_SELECTED=""
|
GST_PLUGINS_SELECTED=""
|
||||||
|
@ -437,7 +439,7 @@ dnl AC_CHECK_HEADER(cdda_paranoia.h, :, HAVE_CDPARANOIA=no)
|
||||||
|
|
||||||
dnl *** dvdread ***
|
dnl *** dvdread ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_DVDREAD, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_DVDREAD, true)
|
||||||
GST_CHECK_FEATURE(DVDREAD, [dvdread library], libdvdread, [
|
GST_CHECK_FEATURE(DVDREAD, [dvdread library], dvdread, [
|
||||||
GST_CHECK_LIBHEADER(DVDREAD, dvdread, DVDOpen, , dvdread/dvd_reader.h, DVDREAD_LIBS="-ldvdread")
|
GST_CHECK_LIBHEADER(DVDREAD, dvdread, DVDOpen, , dvdread/dvd_reader.h, DVDREAD_LIBS="-ldvdread")
|
||||||
AC_SUBST(DVDREAD_LIBS)
|
AC_SUBST(DVDREAD_LIBS)
|
||||||
])
|
])
|
||||||
|
@ -1020,50 +1022,52 @@ dnl libs/control/Makefile
|
||||||
dnl libs/resample/Makefile
|
dnl libs/resample/Makefile
|
||||||
dnl stamp.h
|
dnl stamp.h
|
||||||
dnl echo "$infomessages", infomessages="$infomessages"
|
dnl echo "$infomessages", infomessages="$infomessages"
|
||||||
|
PLUGIN_GST_MAKEFILES="\
|
||||||
|
gst/ac3parse/Makefile \
|
||||||
|
gst/adder/Makefile \
|
||||||
|
gst/audioscale/Makefile \
|
||||||
|
gst/auparse/Makefile \
|
||||||
|
gst/avi/Makefile \
|
||||||
|
gst/chart/Makefile \
|
||||||
|
gst/cutter/Makefile \
|
||||||
|
gst/deinterlace/Makefile \
|
||||||
|
gst/flx/Makefile \
|
||||||
|
gst/intfloat/Makefile \
|
||||||
|
gst/lav/Makefile \
|
||||||
|
gst/law/Makefile \
|
||||||
|
gst/level/Makefile \
|
||||||
|
gst/median/Makefile \
|
||||||
|
gst/mpeg1enc/Makefile \
|
||||||
|
gst/mpeg1sys/Makefile \
|
||||||
|
gst/mpeg2enc/Makefile \
|
||||||
|
gst/mpeg2sub/Makefile \
|
||||||
|
gst/mpegaudio/Makefile \
|
||||||
|
gst/mpegaudioparse/Makefile \
|
||||||
|
gst/mpegstream/Makefile \
|
||||||
|
gst/mpegtypes/Makefile \
|
||||||
|
gst/passthrough/Makefile \
|
||||||
|
gst/playondemand/Makefile \
|
||||||
|
gst/rtjpeg/Makefile \
|
||||||
|
gst/silence/Makefile \
|
||||||
|
gst/sine/Makefile \
|
||||||
|
gst/smooth/Makefile \
|
||||||
|
gst/smoothwave/Makefile \
|
||||||
|
gst/spectrum/Makefile \
|
||||||
|
gst/speed/Makefile \
|
||||||
|
gst/stereo/Makefile \
|
||||||
|
gst/stereomono/Makefile \
|
||||||
|
gst/synaesthesia/Makefile \
|
||||||
|
gst/udp/Makefile \
|
||||||
|
gst/videoscale/Makefile \
|
||||||
|
gst/volenv/Makefile \
|
||||||
|
gst/volume/Makefile \
|
||||||
|
gst/vumeter/Makefile \
|
||||||
|
gst/wavparse/Makefile"
|
||||||
|
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
Makefile
|
Makefile
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/ac3parse/Makefile
|
$PLUGIN_GST_MAKEFILES
|
||||||
gst/Makefile
|
|
||||||
gst/adder/Makefile
|
|
||||||
gst/audioscale/Makefile
|
|
||||||
gst/auparse/Makefile
|
|
||||||
gst/avi/Makefile
|
|
||||||
gst/chart/Makefile
|
|
||||||
gst/cutter/Makefile
|
|
||||||
gst/deinterlace/Makefile
|
|
||||||
gst/flx/Makefile
|
|
||||||
gst/intfloat/Makefile
|
|
||||||
gst/lav/Makefile
|
|
||||||
gst/law/Makefile
|
|
||||||
gst/level/Makefile
|
|
||||||
gst/median/Makefile
|
|
||||||
gst/mpeg1enc/Makefile
|
|
||||||
gst/mpeg1sys/Makefile
|
|
||||||
gst/mpeg2enc/Makefile
|
|
||||||
gst/mpeg2sub/Makefile
|
|
||||||
gst/mpegaudio/Makefile
|
|
||||||
gst/mpegaudioparse/Makefile
|
|
||||||
gst/mpegstream/Makefile
|
|
||||||
gst/mpegtypes/Makefile
|
|
||||||
gst/passthrough/Makefile
|
|
||||||
gst/playondemand/Makefile
|
|
||||||
gst/rtjpeg/Makefile
|
|
||||||
gst/silence/Makefile
|
|
||||||
gst/sine/Makefile
|
|
||||||
gst/smooth/Makefile
|
|
||||||
gst/smoothwave/Makefile
|
|
||||||
gst/spectrum/Makefile
|
|
||||||
gst/speed/Makefile
|
|
||||||
gst/stereo/Makefile
|
|
||||||
gst/stereomono/Makefile
|
|
||||||
gst/synaesthesia/Makefile
|
|
||||||
gst/udp/Makefile
|
|
||||||
gst/videoscale/Makefile
|
|
||||||
gst/volenv/Makefile
|
|
||||||
gst/volume/Makefile
|
|
||||||
gst/vumeter/Makefile
|
|
||||||
gst/wavparse/Makefile
|
|
||||||
sys/Makefile
|
sys/Makefile
|
||||||
sys/oss/Makefile
|
sys/oss/Makefile
|
||||||
sys/qcam/Makefile
|
sys/qcam/Makefile
|
||||||
|
@ -1075,6 +1079,7 @@ ext/Makefile
|
||||||
ext/aalib/Makefile
|
ext/aalib/Makefile
|
||||||
ext/alsa/Makefile
|
ext/alsa/Makefile
|
||||||
ext/audiofile/Makefile
|
ext/audiofile/Makefile
|
||||||
|
ext/dvdread/Makefile
|
||||||
ext/esd/Makefile
|
ext/esd/Makefile
|
||||||
ext/lame/Makefile
|
ext/lame/Makefile
|
||||||
ext/mad/Makefile
|
ext/mad/Makefile
|
||||||
|
|
Loading…
Reference in a new issue