Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2013-07-08 11:46:02 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-07-08 11:46:53 +0400
commit678c64760995f1f7099579b86f5aa7ac65d4ed1e (patch)
treec146a01908462d4e2391f3a6f3d65aa52fe42b48 /build_ffmpeg.sh
parentdfa6dd653eb241a4a6e370cda9cbf5c416558eb1 (diff)
Remove nxcompat/dynamicbase LDFLAGS
They are set by ffmpeg configure automatically now.
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 149a595d..8e23697a 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -85,7 +85,7 @@ configure() (
--arch=${arch}"
EXTRA_CFLAGS="-D_WIN32_WINNT=0x0502 -DWINVER=0x0502 -I../thirdparty/include -idirafter../common/includes/dxva2 -DPTW32_STATIC_LIB"
- EXTRA_LDFLAGS="-Wl,--nxcompat -Wl,--dynamicbase"
+ EXTRA_LDFLAGS=""
if [ "${arch}" == "x86_64" ]; then
OPTIONS="${OPTIONS} --enable-cross-compile --cross-prefix=x86_64-w64-mingw32- --target-os=mingw32"
EXTRA_LDFLAGS="${EXTRA_LDFLAGS} -L../thirdparty/lib64"