summaryrefslogtreecommitdiffstats
path: root/contrib/x264/P00-cygwin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/x264/P00-cygwin.patch')
-rw-r--r--contrib/x264/P00-cygwin.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/x264/P00-cygwin.patch b/contrib/x264/P00-cygwin.patch
new file mode 100644
index 000000000..f2e375d69
--- /dev/null
+++ b/contrib/x264/P00-cygwin.patch
@@ -0,0 +1,13 @@
+--- x264/configure2 2008-04-12 21:45:07.000000000 +0100
++++ x264/configure 2008-04-14 18:44:33.890625000 +0100
+@@ -210,8 +210,8 @@
+ ;;
+ cygwin*)
+ SYS="MINGW"
+- CFLAGS="$CFLAGS -mno-cygwin"
+- LDFLAGS="$LDFLAGS -mno-cygwin"
++ #CFLAGS="$CFLAGS -mno-cygwin"
++ #LDFLAGS="$LDFLAGS -mno-cygwin"
+ EXE=".exe"
+ DEVNULL="NUL"
+ ;;