Config.in 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. menuconfig BR2_PACKAGE_GST_PLUGINS_GOOD
  2. bool "gst-plugins-good"
  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 under the preferred
  7. license.
  8. http://gstreamer.freedesktop.org/
  9. if BR2_PACKAGE_GST_PLUGINS_GOOD
  10. config BR2_PACKAGE_GST_PLUGINS_GOOD_JPEG
  11. bool "jpeg (JPEG support)"
  12. select BR2_PACKAGE_JPEG
  13. config BR2_PACKAGE_GST_PLUGINS_GOOD_PNG
  14. bool "png (PNG support)"
  15. select BR2_PACKAGE_LIBPNG
  16. config BR2_PACKAGE_GST_PLUGINS_GOOD_BZ2
  17. bool "bz2 support"
  18. depends on BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
  19. select BR2_PACKAGE_BZIP2
  20. help
  21. Enable bz2 support for the following plugins:
  22. matroska
  23. config BR2_PACKAGE_GST_PLUGINS_GOOD_ZLIB
  24. bool "zlib support"
  25. depends on BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
  26. select BR2_PACKAGE_ZLIB
  27. help
  28. Enable zlib support for the following plugins:
  29. id3demux, qtdemux, matroska
  30. comment "dependency-less plugins"
  31. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER
  32. bool "videofilter"
  33. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ALPHA
  34. bool "alpha"
  35. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_APETAG
  36. bool "apetag"
  37. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUDIOFX
  38. bool "audiofx"
  39. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUPARSE
  40. bool "auparse"
  41. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUTODETECT
  42. bool "autodetect"
  43. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AVI
  44. bool "avi (*.avi video)"
  45. default y
  46. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_CUTTER
  47. bool "cutter"
  48. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEBUG
  49. bool "debug"
  50. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EFFECTV
  51. bool "effectv"
  52. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EQUALIZER
  53. bool "equalizer"
  54. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX
  55. bool "id3demux (*.mp3 audio)"
  56. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ICYDEMUX
  57. bool "icydemux"
  58. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_INTERLEAVE
  59. bool "interleave"
  60. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLX
  61. bool "flx"
  62. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM
  63. bool "goom"
  64. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM2K1
  65. bool "goom2k1"
  66. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW
  67. bool "law"
  68. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LEVEL
  69. bool "level"
  70. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
  71. bool "matroska"
  72. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MONOSCOPE
  73. bool "monoscope"
  74. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIFILE
  75. bool "multifile"
  76. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIPART
  77. bool "multipart"
  78. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX
  79. bool "qtdemux"
  80. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_REPLAYGAIN
  81. bool "replaygain"
  82. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTP
  83. bool "rtp"
  84. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTSP
  85. bool "rtsp"
  86. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SMPTE
  87. bool "smpte"
  88. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPECTRUM
  89. bool "spectrum"
  90. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_UDP
  91. bool "udp"
  92. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX
  93. bool "videobox"
  94. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOCROP
  95. bool "videocrop"
  96. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOMIXER
  97. bool "videomixer"
  98. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVENC
  99. bool "wavenc"
  100. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVPARSE
  101. bool "wavparse (*.wav audio)"
  102. default y
  103. comment "plugins with external dependencies"
  104. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ANNODEX
  105. bool "annodex (XML Library)"
  106. select BR2_PACKAGE_LIBXML2
  107. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC
  108. bool "flac (libFLAC)"
  109. select BR2_PACKAGE_FLAC
  110. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
  111. bool "ossaudio (OSS audio)"
  112. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
  113. bool "souphttpsrc (http client)"
  114. select BR2_PACKAGE_LIBSOUP
  115. endif