diff options
author | Martin Storsjö <martin@martin.st> | 2023-08-20 00:09:38 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2023-08-21 23:11:43 +0300 |
commit | aea2d269db7419703710afad5027bc696be34ede (patch) | |
tree | 4b1c9da5eed286155caccdb36d1a4a8bbe3ab788 /libavcodec/v4l2_context.c | |
parent | cb1479faca0f41f575d680784f66b7d519a24b14 (diff) | |
download | ffmpeg-aea2d269db7419703710afad5027bc696be34ede.tar.gz |
configure: Include objbase.h when checking for CoTaskMemFree
ddc1cd5cdd2570bf3d6ab807ee0ecfacdf09431d 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>
Diffstat (limited to 'libavcodec/v4l2_context.c')
0 files changed, 0 insertions, 0 deletions