mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-01 22:40:25 +02:00
Fix xvid build with gcc-15
This commit is contained in:
parent
da3f2915cd
commit
a96814986e
@ -36,6 +36,8 @@ ffbuild_dockerbuild() {
|
||||
return -1
|
||||
fi
|
||||
|
||||
export CFLAGS="$CFLAGS -std=gnu99"
|
||||
|
||||
./configure "${myconf[@]}"
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user