diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2009-12-03 23:34:18 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-08 14:51:53 +0100 |
commit | 5a5992b7f173fd78f035c0f416c95f0fe61552e1 (patch) | |
tree | 9b862aed219193a19c287eb80f9ba405186d772e /package/multimedia/gst-plugins-bad/Config.in | |
parent | b92bcae699b13c7d7d781dc76b42086ee8d51c5f (diff) |
gst-plugins-bad: make more dependency-less plugins configurable
The latest update added a few new plugins that were missing from
the buildroot configuration system. This commit makes these
dependency-less plugins configurable.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/gst-plugins-bad/Config.in')
-rw-r--r-- | package/multimedia/gst-plugins-bad/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/multimedia/gst-plugins-bad/Config.in b/package/multimedia/gst-plugins-bad/Config.in index 8601cf45a..c7ebe2a61 100644 --- a/package/multimedia/gst-plugins-bad/Config.in +++ b/package/multimedia/gst-plugins-bad/Config.in @@ -21,6 +21,9 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AIFFPARSE config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AMRPARSE bool "amrparse" +config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ASFMUX + bool "asfmux" + config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT bool "autoconvert" @@ -54,9 +57,15 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FESTIVAL config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREEZE bool "freeze" +config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREI0R + bool "frei0r" + config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_H264PARSE bool "h264parse" +config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_HDVPARSE + bool "hdvparse" + config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LIBRFB bool "librfb" @@ -114,6 +123,9 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDP config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SELECTOR bool "selector" +config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SHAPEWIPE + bool "shapewipe" + config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SIREN bool "siren" |