[FFmpeg-devel] [PATCH 2/2] configure: add libplacebo to the list of C++ dependencies

Kacper Michajłow kasper93 at gmail.com
Wed Sep 6 01:14:04 EEST 2023


If libplacebo is statically linked with glslang it requires C++ standard
library. Also recently more C++ code has been added to libplacebo.

Signed-off-by: Kacper Michajłow <kasper93 at gmail.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 90ee6e4f7d..ed714639d1 100755
--- a/configure
+++ b/configure
@@ -4986,6 +4986,7 @@ cxx_deps=(
     libglslang
     libgme
     libopenmpt
+    libplacebo
     librubberband
     libsnappy
 )
-- 
2.34.1



More information about the ffmpeg-devel mailing list