mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +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
|
return -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export CFLAGS="$CFLAGS -DNDEBUG"
|
export CFLAGS="$CFLAGS -DNDEBUG -Wno-error=incompatible-pointer-types"
|
||||||
|
|
||||||
./configure "${myconf[@]}"
|
./configure "${myconf[@]}"
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
@ -29,6 +29,7 @@ ffbuild_dockerbuild() {
|
|||||||
--disable-gpac
|
--disable-gpac
|
||||||
--disable-lsmash
|
--disable-lsmash
|
||||||
--extra-asflags="-w-macro-params-legacy"
|
--extra-asflags="-w-macro-params-legacy"
|
||||||
|
--extra-cflags="-Wno-error=incompatible-pointer-types"
|
||||||
--prefix="$FFBUILD_PREFIX"
|
--prefix="$FFBUILD_PREFIX"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user