kumquat-buildroot/package/multimedia
Thomas Petazzoni f09636710b pulseaudio: fix NEON usage
The NEON intrinsics used by Pulseaudio are only available in either
-mfloat-abi=softfp or -mfloat-abi=hard, not in
-mfloat-abi=soft. Therefore having NEON support in the processor is
not sufficient, we also should *not* be using soft-float.

Moreover, looking at BR2_ARM_ENABLE_NEON to know if the processor has
NEON support is incorrect. This option is only here to allow the user
to tell whether the processor has NEON support or not, for the ARM
cores that only have optional NEON support. Instead, the
BR2_ARM_CPU_HAS_NEON option really indicates whether NEON is available
or not (it is either set automatically by the ARM cores that always
have NEON support, or when BR2_ARM_ENABLE_NEON is enabled by the user
to confirm that his ARM processor has NEON support).

This fixes build failures such as
http://autobuild.buildroot.org/results/675/675c96059be348b594cc92980bef391126931c83/build-end.log

[Peter: add comment about reason for soft abi check]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-08-27 23:02:23 +02:00
..
alsa-utils
aumix
bellagio
faad2
ffmpeg ffmpeg: fix typo in BR2_arm1176jzf_s 2013-08-13 11:54:11 +02:00
flac
gst1-plugins-bad wayland: needs threads 2013-08-13 10:20:21 +02:00
gst1-plugins-base libglib2: needs threads 2013-07-27 17:13:37 +02:00
gst1-plugins-good libglib2: needs threads 2013-07-27 17:13:37 +02:00
gst1-plugins-ugly normalize separator size to 80 2013-07-27 15:22:40 +02:00
gst-dsp
gst-ffmpeg
gst-fsl-plugins
gst-omapfb fix white spaces 2013-07-20 21:13:57 +02:00
gst-omx normalize separator size to 80 2013-07-27 15:22:40 +02:00
gst-plugin-x170 libglib2: needs threads 2013-07-27 17:13:37 +02:00
gst-plugins-bad libglib2: needs threads 2013-07-27 17:13:37 +02:00
gst-plugins-base libglib2: needs threads 2013-07-27 17:13:37 +02:00
gst-plugins-good libglib2: needs threads 2013-07-27 17:13:37 +02:00
gst-plugins-ugly
gstreamer libglib2: needs threads 2013-07-27 17:13:37 +02:00
gstreamer1 libglib2: needs threads 2013-07-27 17:13:37 +02:00
lame
libvpx
madplay fix white spaces 2013-07-20 21:13:57 +02:00
mpd libglib2: needs threads 2013-07-27 17:13:37 +02:00
mpg123 Remove BR2_HAVE_DEVFILES 2013-07-04 09:06:33 +02:00
mplayer
musepack
on2-8170-libs Introduce BR2_TOOLCHAIN_USES_{UCLIBC, GLIBC} 2013-07-04 09:08:42 +02:00
pulseaudio pulseaudio: fix NEON usage 2013-08-27 23:02:23 +02:00
tidsp-binaries
vorbis-tools
wavpack
Config.in tstools: new package 2013-07-27 16:09:38 +02:00
multimedia.mk