Skip to content

Commit a968149

Browse files
committed
Fix xvid build with gcc-15
1 parent da3f291 commit a968149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts.d/50-xvid.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ ffbuild_dockerbuild() {
3636
return -1
3737
fi
3838

39+
export CFLAGS="$CFLAGS -std=gnu99"
40+
3941
./configure "${myconf[@]}"
4042
make -j$(nproc)
4143
make install

0 commit comments

Comments
 (0)