This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new c73476e107 avfilter/vf_scale_d3d11: ensure guids are defined
c73476e107 is described below
commit c73476e1072f56ced31a8413720095d03cd382cb
Author: wangbin <[email protected]>
AuthorDate: Fri May 22 13:30:45 2026 +0800
Commit: michaelni <[email protected]>
CommitDate: Wed Jun 10 15:08:12 2026 +0000
avfilter/vf_scale_d3d11: ensure guids are defined
fix vf_scale_d3d11.o : error LNK2001: unresolved external symbol
IID_ID3D11VideoContext
---
libavfilter/vf_scale_d3d11.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/vf_scale_d3d11.c b/libavfilter/vf_scale_d3d11.c
index c301f4a0c9..549aba547d 100644
--- a/libavfilter/vf_scale_d3d11.c
+++ b/libavfilter/vf_scale_d3d11.c
@@ -25,6 +25,7 @@
#include "libavutil/pixdesc.h"
#include "compat/w32dlfcn.h"
+#include <initguid.h>
#include "libavutil/hwcontext.h"
#include "libavutil/hwcontext_d3d11va.h"
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]