mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pulseaudio: enable neon by default for aarch64
This commit is contained in:
parent
3f08c6ad22
commit
c2dc3afb0b
@ -46,7 +46,8 @@ else
|
|||||||
PULSEAUDIO_AVAHI="--disable-avahi"
|
PULSEAUDIO_AVAHI="--disable-avahi"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$TARGET_FPU" = "neon" -o "$TARGET_FPU" = "neon-fp16" -o "$TARGET_FPU" = "neon-vfpv4" ]; then
|
# PulseAudio fails to build on aarch64 when NEON is enabled, so don't enable NEON for aarch64 until upstream supports it
|
||||||
|
if echo "$TARGET_FPU" | grep -q '^neon'; then
|
||||||
PULSEAUDIO_NEON="--enable-neon-opt"
|
PULSEAUDIO_NEON="--enable-neon-opt"
|
||||||
else
|
else
|
||||||
PULSEAUDIO_NEON="--disable-neon-opt"
|
PULSEAUDIO_NEON="--disable-neon-opt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user