Adds another safeguard to ensure AC3 pass-thru uses a 48khz sample rate.
[HandBrake.git] / contrib / patch-x264-cygwin.patch
blob40a14fa4498541fe17030178e70b2d985612b7b3
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"