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>2015-11-15 16:16:28 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-11-15 16:16:28 +0300
commit90b6ae3ff3b2c5ad78b88f9d6e43f999db32fdf5 (patch)
treee26ef42d1b7249efd711965444ea9b945e612c75 /build_ffmpeg_msvc.sh
parentdf585ace773769cf745b8a4526524fe39e3cb6e4 (diff)
Use the /Zo switch instead of the deprecated and undocumented variant
Zo was added in VS2013 Update 3 as an official replacement for /d2Zi+
Diffstat (limited to 'build_ffmpeg_msvc.sh')
-rw-r--r--build_ffmpeg_msvc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_ffmpeg_msvc.sh b/build_ffmpeg_msvc.sh
index b4f5ece5..8178e3a1 100644
--- a/build_ffmpeg_msvc.sh
+++ b/build_ffmpeg_msvc.sh
@@ -79,7 +79,7 @@ configure() (
--build-suffix=-lav \
--arch=${arch}"
- EXTRA_CFLAGS="-D_WIN32_WINNT=0x0502 -DWINVER=0x0502 -d2Zi+ -GS-"
+ EXTRA_CFLAGS="-D_WIN32_WINNT=0x0502 -DWINVER=0x0502 -Zo -GS-"
EXTRA_LDFLAGS=""
if $debug ; then