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-05-11 21:45:44 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-05-11 21:45:44 +0400
commit6521f1f9f02e2691ae3b439e1f656d5384da2c3a (patch)
tree92119eef187857e3f788b431bb181967936dca09
parent84e54564db32ec937a7b326f9cee0735c1c19cb5 (diff)
Bring PE flags inline with the MSVC flags on the other dlls
-rw-r--r--build_ffmpeg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 07a48c51..adf90c34 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -76,7 +76,7 @@ configure() (
--arch=${arch}"
EXTRA_CFLAGS="-D_WIN32_WINNT=0x0502 -DWINVER=0x0502 -I../thirdparty/include -idirafter../common/includes/dxva2"
- EXTRA_LDFLAGS="-Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh"
+ EXTRA_LDFLAGS="-Wl,--nxcompat -Wl,--dynamicbase"
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"