diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-08 17:57:26 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-08 17:57:26 +0000 |
commit | fdae8707d630a02edabdb905587a1ec6efe0ac47 (patch) | |
tree | 79d2b857306d8aaff6ce215b1739dd8a290803fc /package/multimedia/gst-plugins-ugly/Config.in | |
parent | bb13448976f9fdf130a7d0e3eb8032b15be9fe9b (diff) | |
download | buildroot-novena-fdae8707d630a02edabdb905587a1ec6efe0ac47.tar.gz buildroot-novena-fdae8707d630a02edabdb905587a1ec6efe0ac47.zip |
gst-plugins-ugly: add gstreamer ugly plugins
This patch adds the ugly plugins for gstreamer, for more information see
http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
Diffstat (limited to 'package/multimedia/gst-plugins-ugly/Config.in')
-rw-r--r-- | package/multimedia/gst-plugins-ugly/Config.in | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/package/multimedia/gst-plugins-ugly/Config.in b/package/multimedia/gst-plugins-ugly/Config.in new file mode 100644 index 000000000..190c4d882 --- /dev/null +++ b/package/multimedia/gst-plugins-ugly/Config.in @@ -0,0 +1,50 @@ +menuconfig BR2_PACKAGE_GST_PLUGINS_UGLY + bool "gst-plugins-ugly" + depends on BR2_PACKAGE_GSTREAMER + select BR2_PACKAGE_GST_PLUGINS_BASE + help + A set of well-supported plug-ins for GStreamer, but might pose + problems for distributors. + + http://gstreamer.freedesktop.org/ + +if BR2_PACKAGE_GST_PLUGINS_UGLY + +comment "dependency-less plugins" + +config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ASFDEMUX + bool "asfdemux" + +config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_DVDLPCMDEC + bool "dvdlpcmdec" + +config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_DVDSUB + bool "dvdsub" + +config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_IEC958 + bool "iec958" + +config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEGAUDIOPARSE + bool "mpegaudioparse" + +config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEGSTREAM + bool "mpegstream" + +config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_REALMEDIA + bool "realmedia" + +config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_SYNAESTHESIA + bool "synaesthesia" + +comment "plugins with external dependencies (there may be more available)" + +config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ID3TAG + bool "id3tag" + select BR2_PACKAGE_LIBID3TAG + +config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD + bool "mad (*.mp3 audio)" + select BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ID3TAG + select BR2_PACKAGE_LIBMAD + +endif |