buildrootschalter/package/multimedia
Peter Korsgaard 50995f43e1 pulseaudio: fix build error on toolchains without C++ support
The optional webrtc echo canceller is written in C++, causing auto* to want
to link module-echo-cancel.so with CXX even if webrtc ISN'T used.
If we don't have C++ support enabled in BR, CXX will point to /bin/false,
which makes configure think we aren't able to create C++ .so files
(arguable true), breaking the build when it tries to install the .so
workaround it by patching up the libtool invocations to use C mode instead.

Fixes http://autobuild.buildroot.net/results/114e5bf0086f2394b36f17a70cb54b357a72413c

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-04 23:07:31 +02:00
..
alsa-utils alsa-utils: bump to version 1.0.25 2012-03-11 23:22:32 +01:00
aumix package: remove useless arguments from AUTOTARGETS 2011-09-29 23:12:27 +02:00
bellagio new package: bellagio 2012-04-29 12:21:57 +02:00
faad2 package: remove useless arguments from AUTOTARGETS 2011-09-29 23:12:27 +02:00
ffmpeg ffmpeg: security bump to version 0.8.11 2012-04-16 22:08:06 +02:00
flac package: remove useless arguments from AUTOTARGETS 2011-09-29 23:12:27 +02:00
gst-dsp gst-dsp: bump version for DSP_API=2 bugfix 2012-02-16 22:11:27 +01:00
gst-ffmpeg gst-ffmpeg: bump to version 0.10.13 2011-12-10 23:19:43 +01:00
gst-omapfb package: remove useless arguments from GENTARGETS 2011-09-29 23:09:58 +02:00
gst-plugins-bad gst-plugins-bad: bump version 2012-03-14 23:06:01 +01:00
gst-plugins-base gst-plugins-base: bump version 2012-03-14 23:05:45 +01:00
gst-plugins-good gst-plugins-good: bump version 2012-03-14 23:05:53 +01:00
gst-plugins-ugly gst-plugins-ugly: bump version 2012-03-14 23:06:01 +01:00
gstreamer gstreamer: bump version 2012-03-14 20:41:33 +01:00
lame lame: bump to version 3.99.5 2012-04-24 22:06:11 +02:00
madplay package: remove useless arguments from AUTOTARGETS 2011-09-29 23:12:27 +02:00
mpd mpd: add audiofile support 2012-04-25 12:07:47 +02:00
mpg123 mpg123: bump to version 1.14.2 2012-05-23 22:26:02 +02:00
mplayer mplayer: fix libtheora linking issue 2012-02-12 22:05:43 +01:00
musepack package: remove useless arguments from CMAKETARGETS 2011-09-29 23:14:34 +02:00
pulseaudio pulseaudio: fix build error on toolchains without C++ support 2012-06-04 23:07:31 +02:00
tidsp-binaries package: remove useless arguments from GENTARGETS 2011-09-29 23:09:58 +02:00
vorbis-tools package: remove useless arguments from AUTOTARGETS 2011-09-29 23:12:27 +02:00
wavpack package: remove useless arguments from AUTOTARGETS 2011-09-29 23:12:27 +02:00
Config.in package/multimedia: drop libraries, it's just applications now 2012-05-05 23:41:25 +02:00
multimedia.mk