mirror of https://github.com/FFmpeg/FFmpeg.git
ddc1cd5cdd
defined WIN32_LEAN_AND_MEAN
globally, which makes for much fewer transitive includes from
windows.h. With that define, CoTaskMemFree no longer gets
implicitly declared by just including windows.h, but one has to
include the right header objbase.h too.
That commit caused ole32 to no longer get detected, which caused
dxva2 to no longer be enabled. This gets fixed by this patch.
Signed-off-by: Martin Storsjö <martin@martin.st>
pull/390/head
parent
cb1479faca
commit
aea2d269db
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue