diff options
author | sr55 <[email protected]> | 2008-10-04 14:32:56 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-10-04 14:32:56 +0000 |
commit | 770273d08424b5b74d482abcefc678c3824ce3a8 (patch) | |
tree | 04040fd19fa3b7845f21f8ab3cbcf654f6a2b9aa /contrib | |
parent | 62fdeb573866ed7181ee77bac63e5fb9d5ce6226 (diff) |
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://svn.handbrake.fr/HandBrake/trunk@1809 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Jamfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index ecfe38299..2d1d35db6 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 |