Commit 5e0254ce authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

[Contribs] Update the patch to deactivate c99 mode in FFmpeg

This should fix linking to faac and mp3lame.
parent 17794b84
Index: configure
===================================================================
--- configure (revision 15611)
--- configure (revision 15654)
+++ configure (working copy)
@@ -1149,7 +1149,7 @@
@@ -1141,7 +1141,7 @@
TMPS="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S"
TMPSH="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.sh"
check_cflags -fasm
-check_cflags -std=c99
+# check_cflags -std=c99
+#check_cflags -std=c99
case "$arch" in
i386|i486|i586|i686|i86pc|BePC)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment