commit 669f6fe

hovercats  ·  2026-02-04 07:35:04 +0000 UTC
parent 5ad0815
xvidcore: specify c17, else it fails to build with gcc 15
1 files changed,  +2, -0
+2, -0
1@@ -1,5 +1,7 @@
2 #!/bin/sh -e
3 
4+export CFLAGS="$CFLAGS -std=c17"
5+
6 cd build/generic
7 
8 ./configure \