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>2017-07-01 23:20:19 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2017-08-11 17:22:40 +0300
commitcd936764aa3915c858c824cf48301202bb69126e (patch)
treee08f1398b74ba79647ce78c4821214cad4383a9c /build_ffmpeg_msvc.sh
parentc69ec5d3a93fb26c31844ab1976bba36baaf4169 (diff)
Build against a newer Windows SDK
Required for D3D11 support. This removes compatibility with Windows XP.
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 2c1e7522..6fd06eac 100644
--- a/build_ffmpeg_msvc.sh
+++ b/build_ffmpeg_msvc.sh
@@ -84,7 +84,7 @@ configure() (
--build-suffix=-lav \
--arch=${arch}"
- EXTRA_CFLAGS="-D_WIN32_WINNT=0x0502 -DWINVER=0x0502 -Zo -GS-"
+ EXTRA_CFLAGS="-D_WIN32_WINNT=0x0600 -DWINVER=0x0600 -Zo -GS-"
EXTRA_LDFLAGS=""
if $debug ; then