From: sr55 Date: Sat, 4 Oct 2008 14:32:56 +0000 (+0000) Subject: CygWin: X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=b503190ecc40bb4eeed504213aa90b3a65e244c7;p=handbrake-jp%2Fhandbrake-jp-git.git CygWin: - Patch for libdvdread (cygwin only). Cygwin no longer requires a types.h header change in order to compile HandBrake Thanks to KonaB1end for this patch. git-svn-id: svn://localhost/HandBrake/trunk@1809 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/contrib/Jamfile b/contrib/Jamfile index ecfe3829..2d1d35db 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -183,6 +183,11 @@ rule LibDvdRead { DVDREAD_PATCH = "$(PATCH) -p0 < ../patch-libdvdread-css-vlc-dylib.patch &&" ; } + + if $(OS) = CYGWIN + { + DVDREAD_PATCH = "$(PATCH) -p1 < ../patch-libdvdread-cygwin.patch &&" ; + } } if $(CSS) = 1 # Include CSS support in libdvdread if requested