[FFmpeg-cvslog] configure: Update liboapv version requirement

Dawid Kozinski git at videolan.org
Tue Jun 17 16:03:58 EEST 2025


ffmpeg | branch: master | Dawid Kozinski <d.kozinski at samsung.com> | Wed Jun 11 12:41:31 2025 +0200| [5d380e4431a76bbe744647c859a89ebf035f1092] | committer: James Almer

configure: Update liboapv version requirement

Changed the minimum required version of liboapv from 0.1.13 to 0.1.13.1

Signed-off-by: Dawid Kozinski <d.kozinski at samsung.com>
Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d380e4431a76bbe744647c859a89ebf035f1092
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 61ef0e2586..e2e9fc26d8 100755
--- a/configure
+++ b/configure
@@ -6952,7 +6952,7 @@ enabled jni               && { [ $target_os = "android" ] && check_headers jni.h
 enabled ladspa            && require_headers "ladspa.h dlfcn.h"
 enabled lcms2             && require_pkg_config lcms2 "lcms2 >= 2.13" lcms2.h cmsCreateContext
 enabled libaom            && require_pkg_config libaom "aom >= 2.0.0" aom/aom_codec.h aom_codec_version
-enabled liboapv           && require_pkg_config liboapv "oapv >= 0.1.13" "oapv/oapv.h" oapve_encode
+enabled liboapv           && require_pkg_config liboapv "oapv >= 0.1.13.1" "oapv/oapv.h" oapve_encode
 enabled libaribb24        && { check_pkg_config libaribb24 "aribb24 > 1.0.3" "aribb24/aribb24.h" arib_instance_new ||
                                { enabled gpl && require_pkg_config libaribb24 aribb24 "aribb24/aribb24.h" arib_instance_new; } ||
                                die "ERROR: libaribb24 requires version higher than 1.0.3 or --enable-gpl."; }



More information about the ffmpeg-cvslog mailing list