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:
parent
3edd9ba756
commit
3ca67b9d5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue