[vlc-devel] commit: [Contribs] Update the patch to deactivate c99 mode in FFmpeg ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Oct 21 01:36:27 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct 21 01:36:16 2008 +0200| [5e0254ce2fe412264e6c2c278fe6c33637fd9755] | committer: Jean-Baptiste Kempf
[Contribs] Update the patch to deactivate c99 mode in FFmpeg
This should fix linking to faac and mp3lame.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e0254ce2fe412264e6c2c278fe6c33637fd9755
---
extras/contrib/src/Patches/ffmpeg-svn-win32.patch | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/extras/contrib/src/Patches/ffmpeg-svn-win32.patch b/extras/contrib/src/Patches/ffmpeg-svn-win32.patch
index 8d05681..2e06224 100644
--- a/extras/contrib/src/Patches/ffmpeg-svn-win32.patch
+++ b/extras/contrib/src/Patches/ffmpeg-svn-win32.patch
@@ -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)
More information about the vlc-devel
mailing list