OSDN Git Service

Cygwin - latest bump in x264 no longer requires build-time patch.
authorkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 2 Jun 2009 03:37:30 +0000 (03:37 +0000)
committerkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 2 Jun 2009 03:37:30 +0000 (03:37 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2467 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/x264/P00-cygwin.patch [deleted file]

diff --git a/contrib/x264/P00-cygwin.patch b/contrib/x264/P00-cygwin.patch
deleted file mode 100644 (file)
index f2e375d..0000000
+++ /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"
-     ;;