]> git.sesse.net Git - vlc/commitdiff
Contrib: remove patch unneeded for Windows
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jan 2010 01:29:21 +0000 (02:29 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jan 2010 01:29:21 +0000 (02:29 +0100)
extras/contrib/src/Makefile
extras/contrib/src/Patches/ffmpeg-svn-win32.patch [deleted file]

index 9306d0060ac2943b1b4499a9cc32c91fd2d784c1..e0d7509a697800bf4a8781cd363012abed1ae355 100644 (file)
@@ -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 (file)
index d06af7a..0000000
+++ /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