diff options
author | sr55 <[email protected]> | 2008-04-14 17:47:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-04-14 17:47:15 +0000 |
commit | 0da4b0d50d6ca0c5d780ae53d8c31083f656f2e5 (patch) | |
tree | 3294014639496171aa3ebf7a52706ac5b67eeb6f /contrib/patch-x264-cygwin.patch | |
parent | 1a95fc44d37ba9423d3f145b74c878dc0ab87ba0 (diff) |
Updated Cygwin patch file for the new version of x264
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1415 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/patch-x264-cygwin.patch')
-rw-r--r-- | contrib/patch-x264-cygwin.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/contrib/patch-x264-cygwin.patch b/contrib/patch-x264-cygwin.patch index 40a14fa44..f2e375d69 100644 --- a/contrib/patch-x264-cygwin.patch +++ b/contrib/patch-x264-cygwin.patch @@ -1,10 +1,9 @@ -diff -Naur x264/configure x264-patched/configure ---- x264/configure 2007-01-01 17:01:36.609375000 -0500 -+++ x264-patched/configure 2007-01-01 17:02:36.468750000 -0500 -@@ -96,8 +96,8 @@ +--- x264/configure2 2008-04-12 21:45:07.000000000 +0100 ++++ x264/configure 2008-04-14 18:44:33.890625000 +0100 +@@ -210,8 +210,8 @@ ;; cygwin*) - SYS="CYGWIN" + SYS="MINGW" - CFLAGS="$CFLAGS -mno-cygwin" - LDFLAGS="$LDFLAGS -mno-cygwin" + #CFLAGS="$CFLAGS -mno-cygwin" |