From: sr55 Date: Sat, 4 Oct 2008 14:33:40 +0000 (+0000) Subject: Cygwin X-Git-Tag: 0.9.3~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abec9ad9996e79cc562b5ce681de783cbccf1751;p=handbrake Cygwin - Suppose it would help if I actually included the patch for the last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1810 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/contrib/patch-libdvdread-cygwin.patch b/contrib/patch-libdvdread-cygwin.patch new file mode 100644 index 000000000..fbb1f12d3 --- /dev/null +++ b/contrib/patch-libdvdread-cygwin.patch @@ -0,0 +1,26 @@ +diff -Naur libdvdread/configure libdvdread/configure +--- libdvdread/configure 2006-10-06 04:14:24.000000000 -0400 ++++ libdvdread/configure 2008-10-04 08:51:17.153181000 -0400 +@@ -3550,9 +3550,6 @@ + _ACEOF + + ;; +- x*mingw32* | x*cygwin*) +- CFLAGS="${CFLAGS} -Dssize_t=long" +- ;; + x*) + ;; + esac +diff -Naur libdvdread/configure.in libdvdread/configure.in +--- libdvdread/configure.in 2006-10-06 04:12:31.000000000 -0400 ++++ libdvdread/configure.in 2008-10-04 08:51:26.356306000 -0400 +@@ -15,9 +15,6 @@ + CFLAGS="${CFLAGS} -no-cpp-precomp" + AC_DEFINE(__DARWIN__, 1, Have a Mac OS X system) + ;; +- x*mingw32* | x*cygwin*) +- CFLAGS="${CFLAGS} -Dssize_t=long" +- ;; + x*) + ;; + esac \ No newline at end of file