[vlc-devel] commit: Contribs: uneeded patch for FFmpeg/win32 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Jan 24 19:39:25 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 24 19:33:10 2010 +0100| [d5b6c945da34a7e417902857bf61ddeae168498a] | committer: Jean-Baptiste Kempf
Contribs: uneeded patch for FFmpeg/win32
Thanks to fenrir and ramiro for their continuous work.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d5b6c945da34a7e417902857bf61ddeae168498a
---
extras/contrib/src/Makefile | 3 ---
extras/contrib/src/Patches/ffmpeg-svn-win32.patch | 11 -----------
2 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 3d61af8..aeaee21 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1040,9 +1040,6 @@ ifdef HAVE_UCLIBC
patch -p0 < Patches/ffmpeg-svn-internal-define.patch
patch -p0 < Patches/ffmpeg-svn-libavformat.patch
endif
-ifdef HAVE_WIN32
- (cd $@; patch -p0 < ../Patches/ffmpeg-svn-win32.patch)
-endif
ifdef NO_TEXT_RELOCATION
echo "Broken LD. Fix your tools."
exit -1
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