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 90ee6e4f7d..ed714639d1 100755 --- a/configure +++ b/configure @@ -4986,6 +4986,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".
