]> git.sesse.net Git - vlc/commitdiff
[Contribs] Update the patch to deactivate c99 mode in FFmpeg
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Oct 2008 23:36:16 +0000 (01:36 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Oct 2008 23:37:28 +0000 (01:37 +0200)
This should fix linking to faac and mp3lame.

extras/contrib/src/Patches/ffmpeg-svn-win32.patch

index 8d05681c388c51386184c7c07243a892d9e46a7d..2e06224cb8a577623939bd53419ecd25c7ea2579 100644 (file)
@@ -1,13 +1,13 @@
 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)