OSDN Git Service

x264 bump from r1772 to r1790
[handbrake-jp/handbrake-jp-git.git] / contrib / ffmpeg / P03-mingw-gnu99.patch
1 Index: configure
2 ===================================================================
3 --- ffmpeg.orig/configure       (revision 25082)
4 +++ ffmpeg/configure    (working copy)
5 @@ -2222,7 +2222,7 @@
6  fi
7  
8  add_cppflags -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112
9 -check_cflags -std=c99
10 +check_cflags -std=gnu99
11  check_cc -D_FILE_OFFSET_BITS=64 <<EOF && add_cppflags -D_FILE_OFFSET_BITS=64
12  #include <stdlib.h>
13  EOF
14 @@ -2230,7 +2230,7 @@
15  #include <stdlib.h>
16  EOF
17  
18 -check_host_cflags -std=c99
19 +check_host_cflags -std=gnu99
20  
21  case "$arch" in
22      alpha|ia64|mips|parisc|sparc)