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 <[email protected]> --- 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
