mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 14:14:35 +02:00
Disable errors due to gcc-14 promoting critical warnings to errors
This commit is contained in:
parent
762804a1ff
commit
f0a0dc5504
@ -34,7 +34,7 @@ ffbuild_dockerbuild() {
|
||||
return -1
|
||||
fi
|
||||
|
||||
export CFLAGS="$CFLAGS -DNDEBUG"
|
||||
export CFLAGS="$CFLAGS -DNDEBUG -Wno-error=incompatible-pointer-types"
|
||||
|
||||
./configure "${myconf[@]}"
|
||||
make -j$(nproc)
|
||||
|
@ -29,6 +29,7 @@ ffbuild_dockerbuild() {
|
||||
--disable-gpac
|
||||
--disable-lsmash
|
||||
--extra-asflags="-w-macro-params-legacy"
|
||||
--extra-cflags="-Wno-error=incompatible-pointer-types"
|
||||
--prefix="$FFBUILD_PREFIX"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user