Commit 93b92392 authored by David Flynn's avatar David Flynn Committed by Christophe Mutricy

contrib: update ffmpeg win32 configure patch against current svn

Signed-off-by: default avatarDavid Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 701bf708
Index: configure Index: configure
=================================================================== ===================================================================
--- configure (révision 17381) --- configure.orig 2009-03-23 18:20:30.339627360 +0000
+++ configure (copie de travail) +++ configure 2009-03-23 18:25:12.457447960 +0000
@@ -1359,7 +1359,7 @@ @@ -1438,7 +1438,7 @@
die "C compiler test failed." die "C compiler test failed."
fi fi
-check_cflags -std=c99 -check_cflags -std=c99
+#check_cflags -std=c99 +#check_cflags -std=c99
check_cc -D_FILE_OFFSET_BITS=64 <<EOF && add_cflags -D_FILE_OFFSET_BITS=64
case "$arch" in #include <stdlib.h>
i386|i486|i586|i686|i86pc|BePC) EOF
@@ -1531,8 +1531,8 @@ @@ -1611,8 +1611,8 @@
objformat="win32" objformat="win32"
enable dos_paths enable dos_paths
if ! enabled x86_64; then if ! enabled x86_64; then
......
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