|
@@ -429,6 +429,13 @@ else
|
|
GST1_PLUGINS_GOOD_CONF_OPTS += --disable-taglib
|
|
GST1_PLUGINS_GOOD_CONF_OPTS += --disable-taglib
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_TWOLAME),y)
|
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPTS += --enable-twolame
|
|
|
|
+GST1_PLUGINS_GOOD_DEPENDENCIES += twolame
|
|
|
|
+else
|
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPTS += --disable-twolame
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX),y)
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX),y)
|
|
GST1_PLUGINS_GOOD_CONF_OPTS += --enable-vpx
|
|
GST1_PLUGINS_GOOD_CONF_OPTS += --enable-vpx
|
|
GST1_PLUGINS_GOOD_DEPENDENCIES += libvpx
|
|
GST1_PLUGINS_GOOD_DEPENDENCIES += libvpx
|