|
@@ -72,7 +72,8 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LEVEL
|
|
|
|
|
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
|
|
|
bool "matroska"
|
|
|
- depends on BR2_PACKAGE_BZIP2 && BR2_PACKAGE_ZLIB
|
|
|
+ select BR2_PACKAGE_BZIP2
|
|
|
+ select BR2_PACKAGE_ZLIB
|
|
|
|
|
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MONOSCOPE
|
|
|
bool "monoscope"
|
|
@@ -131,7 +132,7 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ESD
|
|
|
|
|
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_JPEG
|
|
|
bool "jpeg (JPEG support)"
|
|
|
- depends on BR2_PACKAGE_JPEG
|
|
|
+ select BR2_PACKAGE_JPEG
|
|
|
default y
|
|
|
|
|
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
|
|
@@ -139,6 +140,6 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
|
|
|
|
|
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PNG
|
|
|
bool "png (PNG support)"
|
|
|
- depends on BR2_PACKAGE_LIBPNG
|
|
|
+ select BR2_PACKAGE_LIBPNG
|
|
|
default y
|
|
|
endif
|