|
@@ -58,6 +58,13 @@ GST1_PLUGINS_GOOD_CONF_OPTS += -Dorc=enabled
|
|
|
GST1_PLUGINS_GOOD_DEPENDENCIES += orc
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_ADAPTIVEMUX2),y)
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPTS += -Dadaptivedemux2=enabled
|
|
|
+GST1_PLUGINS_GOOD_DEPENDENCIES += libsoup libxml2
|
|
|
+else
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPTS += -Dadaptivedemux2=disabled
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ALPHA),y)
|
|
|
GST1_PLUGINS_GOOD_CONF_OPTS += -Dalpha=enabled
|
|
|
else
|