diff mbox series

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

Message ID 20230905221404.1848-2-kasper93@gmail.com
State New
Headers show
Series [FFmpeg-devel,1/2] configure: don't force specific C++ standard library linking | expand

Commit Message

Kacper Michajłow Sept. 5, 2023, 10:14 p.m. UTC
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@gmail.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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
 )