diff mbox series

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

Message ID 20230905232336.2014-1-kasper93@gmail.com
State New
Headers show
Series [FFmpeg-devel,v2] configure: add libplacebo to the list of C++ dependencies | expand

Commit Message

Kacper Michajłow Sept. 5, 2023, 11:23 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 f3ff48586a..0dbdffb5c1 100755
--- a/configure
+++ b/configure
@@ -4987,6 +4987,7 @@  cxx_deps=(
     libglslang
     libgme
     libopenmpt
+    libplacebo
     librubberband
     libsnappy
 )