summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-10-04 14:33:40 +0000
committersr55 <[email protected]>2008-10-04 14:33:40 +0000
commitabec9ad9996e79cc562b5ce681de783cbccf1751 (patch)
tree7f968b85e9d67536b408d27a50e08d2977084363
parent770273d08424b5b74d482abcefc678c3824ce3a8 (diff)
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
-rw-r--r--contrib/patch-libdvdread-cygwin.patch26
1 files changed, 26 insertions, 0 deletions
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