From 10b9d038ae2c80fb41e23520ef1284258594f17c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 9 Jan 2010 02:29:21 +0100 Subject: [PATCH] Contrib: remove patch unneeded for Windows --- extras/contrib/src/Makefile | 1 - extras/contrib/src/Patches/ffmpeg-svn-win32.patch | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 extras/contrib/src/Patches/ffmpeg-svn-win32.patch diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 9306d0060a..e0d7509a69 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -1038,7 +1038,6 @@ ifdef HAVE_UCLIBC patch -p0 < Patches/ffmpeg-svn-libavformat.patch endif ifdef HAVE_WIN32 - (cd $@; patch -p0 < ../Patches/ffmpeg-svn-win32.patch) (cd $@; patch -p0 < ../Patches/ffmpeg-dxva2.patch) endif ifdef NO_TEXT_RELOCATION diff --git a/extras/contrib/src/Patches/ffmpeg-svn-win32.patch b/extras/contrib/src/Patches/ffmpeg-svn-win32.patch deleted file mode 100644 index d06af7a9c0..0000000000 --- a/extras/contrib/src/Patches/ffmpeg-svn-win32.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-07-26 00:06:36.000000000 +0200 -+++ configure 2009-07-26 00:08:21.000000000 +0200 -@@ -1674,7 +1674,7 @@ - fi - - add_cppflags -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 --check_cflags -std=c99 -+#check_cflags -std=c99 - check_cc -D_FILE_OFFSET_BITS=64 < - EOF -- 2.39.2