summaryrefslogtreecommitdiffstats
path: root/package/mediastreamer/mediastreamer.mk
Commit message (Collapse)AuthorAgeFilesLines
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mediastreamer: add missing host-gettext dependencies and other fixesThomas Petazzoni2013-03-251-1/+9
| | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/5e6c465c56f85a3017900613facc6e54c85d32da/build-end.log. While we're at it, add the usual comment header block at the beginning of the file, as well as licensing informations. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: switch to host-pkgconfGustavo Zacarias2012-10-291-1/+1
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mediastreamer: fix build with libX11 and sdl without x11 supportPeter Korsgaard2012-07-241-2/+3
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/a8f2db4a40c0f53c0d25b2632fe87c2ce136f770 Mediastreamer assumes SDL has X11 support if SDL and libX11 are found, which is not necessarily true in BR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mediastreamer: portaudio backend needs speexPeter Korsgaard2012-06-191-2/+3
| | | | | | Fixes http://autobuild.buildroot.net/results/27996b33a6e3080f8d96204f5c1c421b17a86d6e Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mediastreamer: alsa support needs mixer + pcmPeter Korsgaard2012-06-081-1/+1
| | | | | | Fixes http://autobuild.buildroot.net/results/ec6e32eb44e39c1f622da39a8c5d80eb95433a54 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mediastreamer: fix configure error with ffmpeg and no libx11/libxvPeter Korsgaard2012-06-061-4/+3
| | | | | | Fixes http://autobuild.buildroot.net/results/319f525d50eebbb84b2d2cb77294cc6f61246792 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mediastreamer: disable test programsLuca Ceresoli2012-06-051-0/+2
| | | | | | | | | | | | | Building tests produces an error during the "OBJCLD mediastream" phase with some toolchains/architectures. This is supposed to fix: - http://autobuild.buildroot.net/results/7fca436524e5f7ba300d27c615061b0838adb1e2 - http://autobuild.buildroot.net/results/bd9027ce94348025f1ca02a77eb81b9200124d9a - http://autobuild.buildroot.net/results/4d9f554fc29901be1a577ca0c39369befee269b5 Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mediastreamer: fix intltool dependencyPeter Korsgaard2012-06-041-1/+1
| | | | | | Fixes http://autobuild.buildroot.net/results/c93c1bc01feeea0ff37cb33c81d8712281a01c00 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add mediastreamerPeter Korsgaard2012-06-041-0/+77
It doesn't really need C++ support on Linux, but the configure script checks for it (and fails if not available), and the package is not easy to autoreconf as there's C++ source files for Android/Windows, causing automake to fail if AC_PROG_CXX isn't set. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>