|
@@ -380,6 +380,13 @@ else
|
|
GST1_PLUGINS_GOOD_CONF_OPT += --disable-speex
|
|
GST1_PLUGINS_GOOD_CONF_OPT += --disable-speex
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX),y)
|
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPT += --enable-vpx
|
|
|
|
+GST1_PLUGINS_GOOD_DEPENDENCIES += libvpx
|
|
|
|
+else
|
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPT += --disable-vpx
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPACK),y)
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPACK),y)
|
|
GST1_PLUGINS_GOOD_CONF_OPT += --enable-wavpack
|
|
GST1_PLUGINS_GOOD_CONF_OPT += --enable-wavpack
|
|
GST1_PLUGINS_GOOD_DEPENDENCIES += wavpack
|
|
GST1_PLUGINS_GOOD_DEPENDENCIES += wavpack
|