Fix gst-plugins-bad dependency on openssl through the apexsink element
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c198660d41
commit
a7e5804ab1
@ -24,6 +24,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AMRPARSE
|
|||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ASFMUX
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ASFMUX
|
||||||
bool "asfmux"
|
bool "asfmux"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_APEXSINK
|
||||||
|
bool "apexsink"
|
||||||
|
select BR2_PACKAGE_OPENSSL
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT
|
||||||
bool "autoconvert"
|
bool "autoconvert"
|
||||||
|
|
||||||
|
@ -39,6 +39,13 @@ else
|
|||||||
GST_PLUGINS_BAD_CONF_OPT += --disable-asfmux
|
GST_PLUGINS_BAD_CONF_OPT += --disable-asfmux
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_APEXSINK),y)
|
||||||
|
GST_PLUGINS_BAD_CONF_OPT += --enable-apexsink
|
||||||
|
GST_PLUGINS_BAD_DEPENDENCIES += openssl
|
||||||
|
else
|
||||||
|
GST_PLUGINS_BAD_CONF_OPT += --disable-apexsink
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT),y)
|
||||||
GST_PLUGINS_BAD_CONF_OPT += --enable-autoconvert
|
GST_PLUGINS_BAD_CONF_OPT += --enable-autoconvert
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user