summaryrefslogtreecommitdiffstats
path: root/contrib/patch-x264-cygwin.patch
blob: f2e375d6918cb0b1a7a7012818f0b3d3c577976d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
     ;;