mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-03 08:29:34 +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
|
return -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export CFLAGS="$CFLAGS -std=gnu99"
|
||||||
|
|
||||||
./configure "${myconf[@]}"
|
./configure "${myconf[@]}"
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user