OSDN Git Service

Don't drop subtitles when crossing PTS discontinuities by using buffer sequence numbe...
[handbrake-jp/handbrake-jp-git.git] / contrib / patch-x264-cygwin.patch
1 diff -Naur x264/configure x264-patched/configure
2 --- x264/configure      2007-01-01 17:01:36.609375000 -0500
3 +++ x264-patched/configure      2007-01-01 17:02:36.468750000 -0500
4 @@ -96,8 +96,8 @@
5      ;;
6    cygwin*)
7      SYS="CYGWIN"
8 -    CFLAGS="$CFLAGS -mno-cygwin"
9 -    LDFLAGS="$LDFLAGS -mno-cygwin"
10 +    #CFLAGS="$CFLAGS -mno-cygwin"
11 +    #LDFLAGS="$LDFLAGS -mno-cygwin"
12      EXE=".exe"
13      DEVNULL="NUL"
14      ;;