summaryrefslogtreecommitdiffstats
path: root/contrib/patch-x264-cygwin.patch
blob: 40a14fa4498541fe17030178e70b2d985612b7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Naur x264/configure x264-patched/configure
--- x264/configure	2007-01-01 17:01:36.609375000 -0500
+++ x264-patched/configure	2007-01-01 17:02:36.468750000 -0500
@@ -96,8 +96,8 @@
     ;;
   cygwin*)
     SYS="CYGWIN"
-    CFLAGS="$CFLAGS -mno-cygwin"
-    LDFLAGS="$LDFLAGS -mno-cygwin"
+    #CFLAGS="$CFLAGS -mno-cygwin"
+    #LDFLAGS="$LDFLAGS -mno-cygwin"
     EXE=".exe"
     DEVNULL="NUL"
     ;;