summaryrefslogtreecommitdiff
path: root/package/mediastreamer
AgeCommit message (Collapse)Author
2012-07-24mediastreamer: fix build with libX11 and sdl without x11 supportPeter Korsgaard
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>
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
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>
2012-06-19mediastreamer: portaudio backend needs speexPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/27996b33a6e3080f8d96204f5c1c421b17a86d6e Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-08mediastreamer: alsa support needs mixer + pcmPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/ec6e32eb44e39c1f622da39a8c5d80eb95433a54 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-06mediastreamer: fix configure error with ffmpeg and no libx11/libxvPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/319f525d50eebbb84b2d2cb77294cc6f61246792 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-05mediastreamer: disable test programsLuca Ceresoli
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>
2012-06-04mediastreamer: fix intltool dependencyPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/c93c1bc01feeea0ff37cb33c81d8712281a01c00 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-04package: add mediastreamerPeter Korsgaard
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>