PR #21771 opened by richardssam
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21771
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21771.patch

Just noticed that the OCIO filter PR #21611 had added an extra line for 
non-existant external library libopenimage which was completely un-necessary.

Wanted to clean it up before somebody has to diagnose what its there for.



>From 726b9c3b3f0be44a9f41c8124fb8217c40303220 Mon Sep 17 00:00:00 2001
From: "[email protected]" <[email protected]>
Date: Mon, 16 Feb 2026 14:32:17 +0000
Subject: [PATCH] libopenimage was added in error as part of the ocio filter,
 just cleaning it up.

Signed-off-by: [email protected] <[email protected]>
---
 configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index 8a397598cd..3984bd83d9 100755
--- a/configure
+++ b/configure
@@ -2049,7 +2049,6 @@ EXTERNAL_LIBRARY_LIST="
     liboapv
     libopencv
     libopencolorio
-    libopenimage
     libopenh264
     libopenjpeg
     libopenmpt
-- 
2.52.0

_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to