mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #225 from lrusak/upstream-changes
pulseaudio: enable neon support only if neon is avaible
This commit is contained in:
commit
5198b27d7b
@ -48,11 +48,18 @@ 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_NEON="--enable-neon-opt"
|
||||||
|
else
|
||||||
|
PULSEAUDIO_NEON="--disable-neon-opt"
|
||||||
|
fi
|
||||||
|
|
||||||
# package specific configure options
|
# package specific configure options
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--enable-largefile \
|
--enable-largefile \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
|
$PULSEAUDIO_NEON \
|
||||||
--disable-x11 \
|
--disable-x11 \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
--disable-samplerate \
|
--disable-samplerate \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user