3d140790eb
Fixes: http://autobuild.buildroot.org/results/0ed/0ed3152a166a69d65a226e3cef755ed370cc245b/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
74 lines
1.8 KiB
Plaintext
74 lines
1.8 KiB
Plaintext
menuconfig BR2_PACKAGE_GST1_PLUGINS_UGLY
|
|
bool "gst1-plugins-ugly"
|
|
select BR2_PACKAGE_GST1_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_GST1_PLUGINS_UGLY
|
|
|
|
comment "dependency-less plugins"
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_ASFDEMUX
|
|
bool "asfdemux"
|
|
help
|
|
Demuxes and muxes audio and video in Microsofts ASF format
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDLPCMDEC
|
|
bool "dvdlpcmdec"
|
|
help
|
|
Decode DVD LPCM frames into standard PCM
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDSUB
|
|
bool "dvdsub"
|
|
help
|
|
DVD subtitle parser and decoder
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX
|
|
bool "xingmux"
|
|
help
|
|
Add XING tags to mpeg audio files
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_REALMEDIA
|
|
bool "realmedia"
|
|
help
|
|
RealMedia support plugins
|
|
|
|
comment "plugins with external dependencies (there may be more available)"
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDREAD
|
|
bool "dvdread"
|
|
depends on BR2_LARGEFILE # libdvdread
|
|
depends on !BR2_PREFER_STATIC_LIB # libdvdread
|
|
select BR2_PACKAGE_LIBDVDREAD
|
|
help
|
|
Access a DVD with dvdread
|
|
|
|
comment "dvdread needs a toolchain w/ dynamic library, largefile"
|
|
depends on !BR2_LARGEFILE || BR2_PREFER_STATIC_LIB
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_LAME
|
|
bool "lame (*.mp3 audio encoder)"
|
|
select BR2_PACKAGE_LAME
|
|
help
|
|
Encode MP3s with LAME
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MAD
|
|
bool "mad (*.mp3 audio)"
|
|
select BR2_PACKAGE_LIBID3TAG
|
|
select BR2_PACKAGE_LIBMAD
|
|
help
|
|
mp3 decoding based on the mad library
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPEG2DEC
|
|
bool "mpeg2dec"
|
|
select BR2_PACKAGE_LIBMPEG2
|
|
help
|
|
LibMpeg2 decoder
|
|
|
|
# Note: to get descriptions use the following.
|
|
# # find . -name 'plugin-*.xml' | xargs grep -m 1 description
|
|
endif
|