[vlc-devel] commit: Contrib: remove patch unneeded for Windows (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jan 9 02:29:48 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan  9 02:29:21 2010 +0100| [10b9d038ae2c80fb41e23520ef1284258594f17c] | committer: Jean-Baptiste Kempf 

Contrib: remove patch unneeded for Windows

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10b9d038ae2c80fb41e23520ef1284258594f17c
---

 extras/contrib/src/Makefile                       |    1 -
 extras/contrib/src/Patches/ffmpeg-svn-win32.patch |   11 -----------
 2 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 9306d00..e0d7509 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 d06af7a..0000000
--- 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 && add_cppflags -D_FILE_OFFSET_BITS=64
- #include <stdlib.h>
- EOF




More information about the vlc-devel mailing list