summaryrefslogtreecommitdiffstats
path: root/package/multimedia/gst-plugins-good/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* pulseaudio: needs threadsGustavo Zacarias2012-12-231-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/4d6a5793e475683fbc58ccaf03cf7816233a5052/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: add pulseaudio supportPeter Korsgaard2011-10-201-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: bump versionPeter Korsgaard2011-09-291-3/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: sort plug-ins alphabeticallySven Neumann2011-09-291-12/+12
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: update configuration optionsSven Neumann2011-07-241-0/+9
| | | | | | Update the list of plugins that can be selected/deselected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: add option to build cairo pluginPeter Korsgaard2011-01-011-0/+5
| | | | | | Fixes build issue when cairo is built without png support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: Add option for v4l2Phil Edworthy2010-12-311-0/+3
| | | | | Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: udp plugin needs ipv6 supportPeter Korsgaard2010-07-221-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer-good: add speex dependancyJulien Boibessot2010-02-171-0/+4
| | | | | | | | Otherwise, even if speex is selected, as gstreamer is compiled first, speex plugin is not activated/built. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: make new dependency-less plugins configurableSven Neumann2009-10-211-2/+14
| | | | | | | | gst-plugins-good gained a number of dependency-less plugins with the last update. This commit makes them configurable in buildroot. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: Allow souphttpsrc plugin to be configured.Will Newton2009-06-161-0/+4
| | | | | | | | | Add a config option to enable the user to enable or disable the souphttpsrc plugin. Closes #383. Signed-off-by: Will Newton <will.newton@gmail.com>
* gstreamer: flac plugin supportPeter Korsgaard2009-02-251-0/+4
| | | | Patch by Sven Neumann. Closes #99.
* package/multimedia/gst-plugins-good/Config.inDaniel Laird2009-01-221-16/+26
| | | | | | | | | | | | package/multimedia/gst-plugins-good/gst-plugins-good.mk Always disable ESD Move JPEG/PNG Add BZIP2/ZLIB options as posted by Markus Add LIBXML2 dependency for annodex Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/multimedia/gst-plugins-good/Config.inDaniel Laird2009-01-221-3/+4
| | | | | | | | | Use select instead of depends on as it makes clear what people need rather than hiding options based on choices they dont know they need to make. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/multimedia/gst-plugins-good/gst-plugins-good.mkDaniel Laird2009-01-211-0/+22
| | | | | | | | | | | package/multimedia/gst-plugins-good/Config.in gst-plugins-good does not build unless some package dependencies are forced. This patch allows you to turn off some of the plugins with these dependencies and hides others that require some packages (like PNG/JPEG) Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* gst-plugins-good: add gstreamer good pluginsHans-Christian Egtvedt2008-12-081-0/+122
This patch adds the good plugins for gstreamer, see http://gstreamer.freedesktop.org/modules/gst-plugins-good.html for more information.