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

Kacper Michajłow kasper93 at gmail.com
Wed Sep 6 02:23:36 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 f3ff48586a..0dbdffb5c1 100755
--- a/configure
+++ b/configure
@@ -4987,6 +4987,7 @@ cxx_deps=(
     libglslang
     libgme
     libopenmpt
+    libplacebo
     librubberband
     libsnappy
 )
-- 
2.34.1



More information about the ffmpeg-devel mailing list