Config.in 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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_DEBUGUTILS
  49. bool "debugutils"
  50. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEINTERLACE
  51. bool "deinterlace"
  52. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EFFECTV
  53. bool "effectv"
  54. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EQUALIZER
  55. bool "equalizer"
  56. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLV
  57. bool "flv"
  58. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX
  59. bool "id3demux (*.mp3 audio)"
  60. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ICYDEMUX
  61. bool "icydemux"
  62. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_INTERLEAVE
  63. bool "interleave"
  64. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLX
  65. bool "flx"
  66. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM
  67. bool "goom"
  68. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM2K1
  69. bool "goom2k1"
  70. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW
  71. bool "law"
  72. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LEVEL
  73. bool "level"
  74. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
  75. bool "matroska"
  76. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MONOSCOPE
  77. bool "monoscope"
  78. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIFILE
  79. bool "multifile"
  80. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIPART
  81. bool "multipart"
  82. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX
  83. bool "qtdemux"
  84. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_REPLAYGAIN
  85. bool "replaygain"
  86. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTP
  87. bool "rtp"
  88. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTPMANAGER
  89. bool "rtpmanager"
  90. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTSP
  91. bool "rtsp"
  92. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SMPTE
  93. bool "smpte"
  94. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPECTRUM
  95. bool "spectrum"
  96. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_UDP
  97. bool "udp"
  98. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX
  99. bool "videobox"
  100. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOCROP
  101. bool "videocrop"
  102. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOMIXER
  103. bool "videomixer"
  104. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVENC
  105. bool "wavenc"
  106. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVPARSE
  107. bool "wavparse (*.wav audio)"
  108. default y
  109. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_Y4M
  110. bool "y4m"
  111. comment "plugins with external dependencies"
  112. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ANNODEX
  113. bool "annodex (XML Library)"
  114. select BR2_PACKAGE_LIBXML2
  115. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC
  116. bool "flac (libFLAC)"
  117. select BR2_PACKAGE_FLAC
  118. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
  119. bool "ossaudio (OSS audio)"
  120. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
  121. bool "souphttpsrc (http client)"
  122. select BR2_PACKAGE_LIBSOUP
  123. config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPEEX
  124. bool "speex"
  125. select BR2_PACKAGE_SPEEX
  126. endif