diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-09-27 21:32:44 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-04 18:54:16 +0200 |
commit | aaffd209fae91a733fe0becb72268f87bf4ea369 (patch) | |
tree | 40569895ef8a09c605060e2164d86567a12f9889 /package/gstreamer1/gst1-plugins-good | |
parent | 1d2574ac6f6d30044ee138b6235c50a6a3998d8a (diff) | |
download | buildroot-aaffd209fae91a733fe0becb72268f87bf4ea369.tar.gz buildroot-aaffd209fae91a733fe0becb72268f87bf4ea369.zip |
packages: rename FOO_CONF_OPT into FOO_CONF_OPTS
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS,
make the same change for FOO_CONF_OPT.
Sed command used:
find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g'
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer1/gst1-plugins-good')
-rw-r--r-- | package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk | 246 |
1 files changed, 123 insertions, 123 deletions
diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk index d2bde80225..0167e4fe96 100644 --- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk +++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk @@ -10,7 +10,7 @@ GST1_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING GST1_PLUGINS_GOOD_LICENSE = LGPLv2.1+ -GST1_PLUGINS_GOOD_CONF_OPT = \ +GST1_PLUGINS_GOOD_CONF_OPTS = \ --disable-debug \ --disable-valgrind \ --disable-examples \ @@ -27,7 +27,7 @@ GST1_PLUGINS_GOOD_CONF_OPT = \ # Options which require currently unpackaged libraries -GST1_PLUGINS_GOOD_CONF_OPT += \ +GST1_PLUGINS_GOOD_CONF_OPTS += \ --disable-jack \ --disable-libdv \ --disable-dv1394 \ @@ -37,388 +37,388 @@ GST1_PLUGINS_GOOD_CONF_OPT += \ GST1_PLUGINS_GOOD_DEPENDENCIES = gstreamer1 gst1-plugins-base ifeq ($(BR2_PACKAGE_ORC),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-orc +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-orc GST1_PLUGINS_GOOD_DEPENDENCIES += orc endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ALPHA),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-alpha +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-alpha else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-alpha +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-alpha endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_APETAG),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-apetag +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-apetag else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-apetag +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-apetag endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUDIOFX),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-audiofx +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-audiofx else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-audiofx +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-audiofx endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUDIOPARSERS),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-audioparsers +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-audioparsers else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-audioparsers +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-audioparsers endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUPARSE),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-auparse +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-auparse else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-auparse +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-auparse endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUTODETECT),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-autodetect +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-autodetect else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-autodetect +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-autodetect endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AVI),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-avi +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-avi else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-avi +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-avi endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_CUTTER),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-cutter +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-cutter else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-cutter +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-cutter endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_DEBUGUTILS),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-debugutils +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-debugutils else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-debugutils +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-debugutils endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_DEINTERLACE),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-deinterlace +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-deinterlace else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-deinterlace +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-deinterlace endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_DTMF),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-dtmf +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-dtmf else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-dtmf +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-dtmf endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_EFFECTV),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-effectv +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-effectv else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-effectv +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-effectv endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_EQUALIZER),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-equalizer +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-equalizer else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-equalizer +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-equalizer endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_FLV),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-flv +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-flv else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-flv +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-flv endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_FLX),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-flx +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-flx else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-flx +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-flx endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_GOOM),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-goom +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-goom else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-goom +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-goom endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_GOOM2K1),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-goom2k1 +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-goom2k1 else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-goom2k1 +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-goom2k1 endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ICYDEMUX),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-icydemux +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-icydemux else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-icydemux +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-icydemux endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ID3DEMUX),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-id3demux +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-id3demux else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-id3demux +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-id3demux endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-imagefreeze +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-imagefreeze else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-imagefreeze +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-imagefreeze endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_INTERLEAVE),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-interleave +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-interleave else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-interleave +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-interleave endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ISOMP4),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-isomp4 +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-isomp4 else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-isomp4 +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-isomp4 endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_LAW),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-law +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-law else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-law +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-law endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_LEVEL),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-level +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-level else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-level +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-level endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MATROSKA),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-matroska +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-matroska else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-matroska +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-matroska endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MONOSCOPE),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-monoscope +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-monoscope else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-monoscope +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-monoscope endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MULTIFILE),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-multifile +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-multifile else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-multifile +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-multifile endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MULTIPART),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-multipart +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-multipart else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-multipart +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-multipart endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_REPLAYGAIN),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-replaygain +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-replaygain else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-replaygain +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-replaygain endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-rtp +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-rtp else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-rtp +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-rtp endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-rtpmanager +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-rtpmanager else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-rtpmanager +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-rtpmanager endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-rtsp +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-rtsp else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-rtsp +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-rtsp endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SHAPEWIPE),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-shapewipe +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-shapewipe else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-shapewipe +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-shapewipe endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SMPTE),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-smpte +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-smpte else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-smpte +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-smpte endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SPECTRUM),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-spectrum +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-spectrum else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-spectrum +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-spectrum endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_UDP),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-udp +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-udp else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-udp +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-udp endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VIDEOBOX),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-videobox +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-videobox else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-videobox +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-videobox endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VIDEOCROP),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-videocrop +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-videocrop else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-videocrop +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-videocrop endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VIDEOFILTER),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-videofilter +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-videofilter else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-videofilter +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-videofilter endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VIDEOMIXER),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-videomixer +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-videomixer else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-videomixer +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-videomixer endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVENC),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-wavenc +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-wavenc else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-wavenc +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-wavenc endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPARSE),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-wavparse +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-wavparse else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-wavparse +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-wavparse endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_Y4M),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-y4m +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-y4m else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-y4m +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-y4m endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_OSS),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-oss +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-oss else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-oss +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-oss endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_OSS4),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-oss4 +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-oss4 else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-oss4 +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-oss4 endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-gst_v4l2 +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-gst_v4l2 else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-gst_v4l2 +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-gst_v4l2 endif ifeq ($(BR2_PACKAGE_XORG7),y) GST1_PLUGINS_GOOD_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXv -GST1_PLUGINS_GOOD_CONF_OPT += \ +GST1_PLUGINS_GOOD_CONF_OPTS += \ --enable-x \ --enable-xshm \ $(if $(BR2_PACKAGE_XLIB_LIBXFIXES),xlib_libXfixes) \ $(if $(BR2_PACKAGE_XLIB_LIBXDAMAGE),xlib_libXdamage) else -GST1_PLUGINS_GOOD_CONF_OPT += \ +GST1_PLUGINS_GOOD_CONF_OPTS += \ --disable-x \ --disable-xshm endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_CAIRO),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-cairo +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-cairo GST1_PLUGINS_GOOD_DEPENDENCIES += cairo else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-cairo +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-cairo endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_FLAC),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-flac +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-flac GST1_PLUGINS_GOOD_DEPENDENCIES += flac else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-flac +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-flac endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_GDKPIXBUF),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-gdk_pixbuf +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-gdk_pixbuf GST1_PLUGINS_GOOD_DEPENDENCIES += gdk-pixbuf else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-gdk_pixbuf +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-gdk_pixbuf endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_JPEG),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-jpeg +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-jpeg GST1_PLUGINS_GOOD_DEPENDENCIES += jpeg else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-jpeg +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-jpeg endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PNG),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-libpng +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-libpng GST1_PLUGINS_GOOD_DEPENDENCIES += libpng else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-libpng +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-libpng endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_PULSE),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-pulse +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-pulse GST1_PLUGINS_GOOD_DEPENDENCIES += pulseaudio else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-pulse +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-pulse endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-soup +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-soup GST1_PLUGINS_GOOD_DEPENDENCIES += libsoup else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-soup +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-soup endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SPEEX),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-speex +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-speex GST1_PLUGINS_GOOD_DEPENDENCIES += speex else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-speex +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-speex endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_TAGLIB),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-taglib +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-taglib GST1_PLUGINS_GOOD_DEPENDENCIES += taglib else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-taglib +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-taglib endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-vpx +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-vpx GST1_PLUGINS_GOOD_DEPENDENCIES += libvpx else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-vpx +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-vpx endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPACK),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-wavpack +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-wavpack GST1_PLUGINS_GOOD_DEPENDENCIES += wavpack else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-wavpack +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-wavpack endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_ZLIB),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-zlib +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-zlib GST1_PLUGINS_GOOD_DEPENDENCIES += zlib else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-zlib +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-zlib endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_BZ2),y) -GST1_PLUGINS_GOOD_CONF_OPT += --enable-bz2 +GST1_PLUGINS_GOOD_CONF_OPTS += --enable-bz2 GST1_PLUGINS_GOOD_DEPENDENCIES += bzip2 else -GST1_PLUGINS_GOOD_CONF_OPT += --disable-bz2 +GST1_PLUGINS_GOOD_CONF_OPTS += --disable-bz2 endif $(eval $(autotools-package)) |