diff options
Diffstat (limited to 'package/multimedia/gst-plugins-good/Config.in')
-rw-r--r-- | package/multimedia/gst-plugins-good/Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in index e560ea859..1fc66a357 100644 --- a/package/multimedia/gst-plugins-good/Config.in +++ b/package/multimedia/gst-plugins-good/Config.in @@ -45,6 +45,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_APETAG config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUDIOFX bool "audiofx" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUDIOPARSERS + bool "audioparsers" + config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUPARSE bool "auparse" @@ -94,6 +97,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_INTERLEAVE bool "interleave" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ISOMP4 + bool "isomp4" + config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW bool "law" @@ -112,9 +118,6 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIFILE config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIPART bool "multipart" -config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX - bool "qtdemux" - config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_REPLAYGAIN bool "replaygain" |