diff options
author | Anton Fedchin <anightik@gmail.com> | 2016-09-19 11:45:56 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2016-09-21 10:59:54 +0300 |
commit | 203ba4649c178a60e660402d5a6f2dc13e6056ef (patch) | |
tree | 370c9afa586f1516aa4118f520a645055500e569 /tools | |
parent | 8ece471365541f9726e78c31e3e4eb7b8c8b00ef (diff) |
[buildsteps] win32: ffmpeg: disable unused dxva2 support (also fixes linking with msvc toolchain).
Diffstat (limited to 'tools')
-rw-r--r-- | tools/buildsteps/win32/fmpeg_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildsteps/win32/fmpeg_options.txt b/tools/buildsteps/win32/fmpeg_options.txt index fb9f2954fc..891a79ed4d 100644 --- a/tools/buildsteps/win32/fmpeg_options.txt +++ b/tools/buildsteps/win32/fmpeg_options.txt @@ -18,3 +18,4 @@ --enable-encoder=mjpeg --enable-protocol=http --enable-runtime-cpudetect +--disable-dxva2
\ No newline at end of file |