summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/x264/P00-cygwin.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/x264/P00-cygwin.patch b/contrib/x264/P00-cygwin.patch
deleted file mode 100644
index f2e375d69..000000000
--- a/contrib/x264/P00-cygwin.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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"
- ;;