- 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
{
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