OSDN Git Service

gitattirubes test 2
[handbrake-jp/handbrake-jp.git] / contrib / patch-x264-cygwin.patch
1 --- x264/configure2     2008-04-12 21:45:07.000000000 +0100
2 +++ x264/configure      2008-04-14 18:44:33.890625000 +0100
3 @@ -210,8 +210,8 @@
4      ;;
5    cygwin*)
6      SYS="MINGW"
7 -    CFLAGS="$CFLAGS -mno-cygwin"
8 -    LDFLAGS="$LDFLAGS -mno-cygwin"
9 +    #CFLAGS="$CFLAGS -mno-cygwin"
10 +    #LDFLAGS="$LDFLAGS -mno-cygwin"
11      EXE=".exe"
12      DEVNULL="NUL"
13      ;;