Config.in 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. menuconfig BR2_PACKAGE_GST_PLUGINS_UGLY
  2. bool "gst-plugins-ugly"
  3. depends on BR2_PACKAGE_GSTREAMER
  4. select BR2_PACKAGE_GST_PLUGINS_BASE
  5. help
  6. A set of well-supported plug-ins for GStreamer, but might pose
  7. problems for distributors.
  8. http://gstreamer.freedesktop.org/
  9. if BR2_PACKAGE_GST_PLUGINS_UGLY
  10. comment "dependency-less plugins"
  11. config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ASFDEMUX
  12. bool "asfdemux"
  13. config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_DVDLPCMDEC
  14. bool "dvdlpcmdec"
  15. config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_DVDSUB
  16. bool "dvdsub"
  17. config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_IEC958
  18. bool "iec958"
  19. config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEGAUDIOPARSE
  20. bool "mpegaudioparse"
  21. config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEGSTREAM
  22. bool "mpegstream"
  23. config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_REALMEDIA
  24. bool "realmedia"
  25. config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_SYNAESTHESIA
  26. bool "synaesthesia"
  27. comment "plugins with external dependencies (there may be more available)"
  28. config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ID3TAG
  29. bool "id3tag"
  30. select BR2_PACKAGE_LIBID3TAG
  31. config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD
  32. bool "mad (*.mp3 audio)"
  33. select BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ID3TAG
  34. select BR2_PACKAGE_LIBMAD
  35. endif