[Contribs] Update the patch to deactivate c99 mode in FFmpeg
[vlc/davidf-public.git] / extras / contrib / src / Patches / ffmpeg-svn-win32.patch
blob2e06224cb8a577623939bd53419ecd25c7ea2579
1 Index: configure
2 ===================================================================
3 --- configure (revision 15654)
4 +++ configure (working copy)
5 @@ -1141,7 +1141,7 @@
6 TMPS="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S"
7 TMPSH="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.sh"
9 -check_cflags -std=c99
10 +#check_cflags -std=c99
12 case "$arch" in
13 i386|i486|i586|i686|i86pc|BePC)