This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch release/9.0
in repository ffmpeg.
The following commit(s) were added to refs/heads/release/9.0 by this push:
new b06c5316b7 avfilter/vsrc_gfxcapture_winrt: add missing system_error
include
b06c5316b7 is described below
commit b06c5316b768aad9c147c7582bba8a73a1f7e754
Author: Kacper Michajłow <[email protected]>
AuthorDate: Mon Jul 6 02:53:38 2026 +0200
Commit: Martin Storsjö <[email protected]>
CommitDate: Mon Jul 6 09:55:38 2026 +0000
avfilter/vsrc_gfxcapture_winrt: add missing system_error include
Fixes: error: no type named 'system_error' in namespace 'std'
Signed-off-by: Kacper Michajłow <[email protected]>
(cherry picked from commit c6498178bbfcdb6cc67ce01242f3faeb9d039119)
---
libavfilter/vsrc_gfxcapture_winrt.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/vsrc_gfxcapture_winrt.cpp
b/libavfilter/vsrc_gfxcapture_winrt.cpp
index 9cc38342b7..ddc6a7df2d 100644
--- a/libavfilter/vsrc_gfxcapture_winrt.cpp
+++ b/libavfilter/vsrc_gfxcapture_winrt.cpp
@@ -54,6 +54,7 @@ extern "C" {
#include <mutex>
#include <regex>
#include <string>
+#include <system_error>
#include <thread>
#include <type_traits>
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]