diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2009-10-20 21:21:32 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-21 23:04:20 +0200 |
commit | 7a3fa3efa151e4a7e5f68857917bc18ba944745e (patch) | |
tree | 0cd8fc147d329faf5774510559faa72719739f52 /package/multimedia/gst-plugins-good/Config.in | |
parent | 61901bd74a622450139358ea0c0f37d4568ad570 (diff) | |
download | buildroot-novena-7a3fa3efa151e4a7e5f68857917bc18ba944745e.tar.gz buildroot-novena-7a3fa3efa151e4a7e5f68857917bc18ba944745e.zip |
gst-plugins-good: make new dependency-less plugins configurable
gst-plugins-good gained a number of dependency-less plugins with
the last update. This commit makes them configurable in buildroot.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/gst-plugins-good/Config.in')
-rw-r--r-- | package/multimedia/gst-plugins-good/Config.in | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in index b96f15d97..fdb6646ae 100644 --- a/package/multimedia/gst-plugins-good/Config.in +++ b/package/multimedia/gst-plugins-good/Config.in @@ -61,8 +61,11 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AVI config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_CUTTER bool "cutter" -config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEBUG - bool "debug" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEBUGUTILS + bool "debugutils" + +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEINTERLACE + bool "deinterlace" config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EFFECTV bool "effectv" @@ -70,6 +73,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EFFECTV config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EQUALIZER bool "equalizer" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLV + bool "flv" + config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX bool "id3demux (*.mp3 audio)" @@ -115,6 +121,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_REPLAYGAIN config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTP bool "rtp" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTPMANAGER + bool "rtpmanager" + config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTSP bool "rtsp" @@ -143,6 +152,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVPARSE bool "wavparse (*.wav audio)" default y +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_Y4M + bool "y4m" + comment "plugins with external dependencies" config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ANNODEX |