builder: disable openal for 32 bit mingw.

XP users may not have openal, and it's not an important feature.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2020-02-02 03:31:25 +00:00
parent 3edd9ba756
commit 3ca67b9d5d
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 0 deletions

View File

@ -512,6 +512,7 @@ setup() {
# binary smaller.
if [ "$target_os" = windows ] && [ "$target_bits" -eq 32 ]; then
BUILD_FFMPEG=
PROJECT_ARGS="$PROJECT_ARGS -DENABLE_OPENAL=NO"
fi
if [ -z "$BUILD_FFMPEG" ]; then