webrtc-audio-processing: fix for i686-musl build
This commit is contained in:
parent
e0e317c8bb
commit
204b479bf4
|
@ -13,7 +13,7 @@ distfiles="${FREEDESKTOP_SITE}/pulseaudio/webrtc-audio-processing/webrtc-audio-p
|
|||
checksum=95552fc17faa0202133707bbb3727e8c2cf64d4266fe31bfdb2298d769c1db75
|
||||
|
||||
# Upstream issue: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/5
|
||||
if [ "$XBPS_MACHINE" = "i686" ]; then
|
||||
if [[ "$XBPS_TARGET_MACHINE" = "i686"* ]]; then
|
||||
CXXFLAGS="-DPFFFT_SIMD_DISABLE=1"
|
||||
CFLAGS="-DPFFFT_SIMD_DISABLE=1"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue