]> granicus.if.org Git - handbrake/commitdiff
Cygwin
authorsr55 <sr55.hb@outlook.com>
Sat, 4 Oct 2008 14:33:40 +0000 (14:33 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 4 Oct 2008 14:33:40 +0000 (14:33 +0000)
- 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

contrib/patch-libdvdread-cygwin.patch [new file with mode: 0644]

diff --git a/contrib/patch-libdvdread-cygwin.patch b/contrib/patch-libdvdread-cygwin.patch
new file mode 100644 (file)
index 0000000..fbb1f12
--- /dev/null
@@ -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