From: mirkwood Date: Sun, 14 Jan 2007 18:39:26 +0000 (+0000) Subject: Updated and re-enabled x264 Cygwin patch X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32c3a3ef89dcb132f26600f517cfdfa5c796cc6f;p=handbrake Updated and re-enabled x264 Cygwin patch git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.7.3@113 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/contrib/Jamfile b/contrib/Jamfile index 1fc19f228..28b44c632 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -258,9 +258,10 @@ rule LibX264 # LIBX264_PATCH = " patch -p1 < ../patch-x264-macintel.patch && " ; # } # else if $(OS) = CYGWIN -# { -# LIBX264_PATCH = " patch -p1 < ../patch-x264-cygwin.patch && " ; -# } + if $(OS) = CYGWIN + { + LIBX264_PATCH = " patch -p1 < ../patch-x264-cygwin.patch && " ; + } Depends $(<) : $(>) ; Depends lib : $(<) ; } diff --git a/contrib/patch-x264-cygwin.patch b/contrib/patch-x264-cygwin.patch index 40a14fa44..c03fdf719 100644 --- a/contrib/patch-x264-cygwin.patch +++ b/contrib/patch-x264-cygwin.patch @@ -1,7 +1,7 @@ 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/configure 2007-01-14 12:30:22.000000000 -0500 ++++ x264-patched/configure 2007-01-14 13:37:18.078125000 -0500 +@@ -113,8 +113,8 @@ ;; cygwin*) SYS="CYGWIN"