2
1

Config.in 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. menuconfig BR2_PACKAGE_GST_PLUGINS_BAD
  2. bool "gst-plugins-bad"
  3. depends on BR2_PACKAGE_GSTREAMER
  4. select BR2_PACKAGE_GST_PLUGINS_BASE
  5. help
  6. A set of plug-ins for GStreamer that may be of poor quality or
  7. lacking some features.
  8. http://gstreamer.freedesktop.org/
  9. if BR2_PACKAGE_GST_PLUGINS_BAD
  10. comment "dependency-less plugins"
  11. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AACPARSE
  12. bool "aacparse"
  13. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AIFFPARSE
  14. bool "aiffparse"
  15. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AMRPARSE
  16. bool "amrparse"
  17. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ASFMUX
  18. bool "asfmux"
  19. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_APEXSINK
  20. bool "apexsink"
  21. select BR2_PACKAGE_OPENSSL
  22. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT
  23. bool "autoconvert"
  24. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CAMERABIN
  25. bool "camerabin"
  26. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LEGACYRESAMPLE
  27. bool "legacyresample"
  28. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BAYER
  29. bool "bayer"
  30. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDAUDIO
  31. bool "cdaudio"
  32. select BR2_PACKAGE_LIBCDAUDIO
  33. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDXAPARSE
  34. bool "cdxaparse"
  35. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DCCP
  36. bool "dccp"
  37. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DEBUGUTILS
  38. bool "debugutils"
  39. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DTMF
  40. bool "dtmf"
  41. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVDNAV
  42. bool "dvdnav"
  43. select BR2_PACKAGE_LIBDVDNAV
  44. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVDSPU
  45. bool "dvdspu"
  46. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FESTIVAL
  47. bool "festival"
  48. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREEZE
  49. bool "freeze"
  50. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREI0R
  51. bool "frei0r"
  52. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_H264PARSE
  53. bool "h264parse"
  54. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_HDVPARSE
  55. bool "hdvparse"
  56. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LIBRFB
  57. bool "librfb"
  58. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LIVEADDER
  59. bool "liveadder"
  60. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGDEMUX
  61. bool "mpegdemux"
  62. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGTSMUX
  63. bool "mpegtsmux"
  64. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEG4VIDEOPARSE
  65. bool "mpeg4videoparse"
  66. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGVIDEOPARSE
  67. bool "mpegvideoparse"
  68. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MVE
  69. bool "mve"
  70. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MXF
  71. bool "mxf"
  72. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NSF
  73. bool "nsf"
  74. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NUVDEMUX
  75. bool "nuvdemux"
  76. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_PCAPPARSE
  77. bool "pcapparse"
  78. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_QTMUX
  79. bool "qtmux"
  80. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RAWPARSE
  81. bool "rawparse"
  82. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_REAL
  83. bool "real"
  84. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RTPMANAGER
  85. bool "rtpmanager"
  86. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RTPMUX
  87. bool "rtpmux"
  88. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SCALETEMPO
  89. bool "scaletempo"
  90. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDP
  91. bool "sdp"
  92. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SELECTOR
  93. bool "selector"
  94. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SHAPEWIPE
  95. bool "shapewipe"
  96. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SIREN
  97. bool "siren"
  98. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SPEED
  99. bool "speed"
  100. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SUBENC
  101. bool "subenc"
  102. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_STEREO
  103. bool "stereo"
  104. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_TTA
  105. bool "tta"
  106. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VALVE
  107. bool "valve"
  108. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VIDEOSIGNAL
  109. bool "videosignal"
  110. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VMNC
  111. bool "vmnc"
  112. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_XDGMIME
  113. bool "xdgmime"
  114. comment "plugins with external dependencies (there may be more available)"
  115. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DIRECTFB
  116. bool "directfb"
  117. select BR2_PACKAGE_DIRECTFB
  118. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVB
  119. bool "dvb"
  120. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FBDEV
  121. bool "fbdev"
  122. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NEON
  123. bool "neon"
  124. select BR2_PACKAGE_NEON
  125. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OSS4
  126. bool "oss4"
  127. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL
  128. bool "sdl"
  129. select BR2_PACKAGE_SDL
  130. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_TREMOR
  131. bool "tremor"
  132. select BR2_PACKAGE_TREMOR
  133. config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD
  134. bool "vcd"
  135. endif