We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3f291 commit a968149Copy full SHA for a968149
scripts.d/50-xvid.sh
@@ -36,6 +36,8 @@ ffbuild_dockerbuild() {
36
return -1
37
fi
38
39
+ export CFLAGS="$CFLAGS -std=gnu99"
40
+
41
./configure "${myconf[@]}"
42
make -j$(nproc)
43
make install
0 commit comments