summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-06-02 03:37:30 +0000
committerkonablend <[email protected]>2009-06-02 03:37:30 +0000
commit8868e9649a2ff1c60a3334e00418bba92eb67f70 (patch)
tree41610be64d024af0602c0b3fc83954c2ecb530b1 /contrib
parent18853a69850ce65763286d049551c4fc14b8ac5b (diff)
Cygwin - latest bump in x264 no longer requires build-time patch.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2467 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-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"
- ;;