gst-plugins-good: Fix style issues and use of --disable-png.
Update ordering and configure options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
This commit is contained in:
parent
501c007158
commit
bf8203de71
@ -27,6 +27,20 @@ GST_PLUGINS_GOOD_CONF_OPT = \
|
||||
|
||||
GST_PLUGINS_GOOD_DEPENDENCIES = gstreamer gst-plugins-base
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_JPEG),y)
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-jpeg
|
||||
GST_PLUGINS_GOOD_DEPENDENCIES += jpeg
|
||||
else
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-jpeg
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PNG),y)
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-libpng
|
||||
GST_PLUGINS_GOOD_DEPENDENCIES += libpng
|
||||
else
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-libpng
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_BZ2),y)
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-bz2
|
||||
GST_PLUGINS_GOOD_DEPENDENCIES += bzip2
|
||||
@ -41,20 +55,6 @@ else
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-zlib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_JPEG),y)
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-jpeg
|
||||
GST_PLUGINS_GOOD_DEPENDENCIES += jpeg
|
||||
else
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-jpeg
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PNG),y)
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-png
|
||||
GST_PLUGINS_GOOD_DEPENDENCIES += libpng
|
||||
else
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-png
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER),y)
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-videofilter
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user