Commit 10b9d038 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: remove patch unneeded for Windows

parent 0179de14
...@@ -1038,7 +1038,6 @@ ifdef HAVE_UCLIBC ...@@ -1038,7 +1038,6 @@ ifdef HAVE_UCLIBC
patch -p0 < Patches/ffmpeg-svn-libavformat.patch patch -p0 < Patches/ffmpeg-svn-libavformat.patch
endif endif
ifdef HAVE_WIN32 ifdef HAVE_WIN32
(cd $@; patch -p0 < ../Patches/ffmpeg-svn-win32.patch)
(cd $@; patch -p0 < ../Patches/ffmpeg-dxva2.patch) (cd $@; patch -p0 < ../Patches/ffmpeg-dxva2.patch)
endif endif
ifdef NO_TEXT_RELOCATION ifdef NO_TEXT_RELOCATION
......
--- 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment