mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 21:37:38 +02:00
Fix build of xext on aarch64
This commit is contained in:
@ -40,7 +40,7 @@ ffbuild_dockerbuild() {
|
||||
return -1
|
||||
fi
|
||||
|
||||
export CFLAGS="$RAW_CFLAGS"
|
||||
export CFLAGS="$RAW_CFLAGS -D_GNU_SOURCE"
|
||||
export LDFLAFS="$RAW_LDFLAGS"
|
||||
|
||||
./configure "${myconf[@]}"
|
||||
|
Reference in New Issue
Block a user