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 d09db42d8f configure: add manual check for openvino v2
d09db42d8f is described below
commit d09db42d8f6b1665fb4bdbdd92f78c1e6be908f7
Author: Guo Yejun <[email protected]>
AuthorDate: Tue Jul 21 22:43:08 2026 +0800
Commit: Guo Yejun <[email protected]>
CommitDate: Sat Jul 25 19:39:16 2026 +0800
configure: add manual check for openvino v2
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 63164fa54a..d51809931c 100755
--- a/configure
+++ b/configure
@@ -7392,7 +7392,8 @@ enabled libopenh264 && require_pkg_config
libopenh264 "openh264 >= 1.3.0"
enabled libopenjpeg && { check_pkg_config libopenjpeg "libopenjp2 >=
2.1.0" openjpeg.h opj_version ||
{ require_pkg_config libopenjpeg "libopenjp2 >=
2.1.0" openjpeg.h opj_version -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } }
enabled libopenmpt && require_pkg_config libopenmpt "libopenmpt >=
0.2.6557" libopenmpt/libopenmpt.h openmpt_module_create -lstdc++ && append
libopenmpt_extralibs "-lstdc++"
-enabled libopenvino && { { check_pkg_config libopenvino openvino
openvino/c/openvino.h ov_core_create && enable openvino2; } ||
+enabled libopenvino && { { { check_pkg_config libopenvino openvino
openvino/c/openvino.h ov_core_create ||
+ require libopenvino openvino/c/openvino.h
ov_core_create -lopenvino_c; } && enable openvino2; } ||
{ check_pkg_config libopenvino openvino
c_api/ie_c_api.h ie_c_api_version ||
require libopenvino c_api/ie_c_api.h
ie_c_api_version -linference_engine_c_api; } }
enabled libopus && {
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]