summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-02-03 16:14:27 +0100
committerNiklas Haas <github-daiK1o@haasn.dev>2022-02-03 18:22:14 +0100
commita2b147abc6e8dbf70f6823158e61db6ac4c511e5 (patch)
treea0e4b59014c4db828d69a17c474b59262d8d6371 /video/out
parentc25129339dc0ff57a21140b29357bdf181882fee (diff)
downloadmpv-a2b147abc6e8dbf70f6823158e61db6ac4c511e5.tar.bz2
mpv-a2b147abc6e8dbf70f6823158e61db6ac4c511e5.tar.xz
build: rename libplacebo version check
Rename from "libplacebo-v4" to "libplacebo-next" to more closely capture the intent, since this will become libplacebo v5 eventually (tm).
Diffstat (limited to 'video/out')
-rw-r--r--video/out/vo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 08d109b768..253cb6274a 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -74,7 +74,7 @@ const struct vo_driver *const video_out_drivers[] =
&video_out_mediacodec_embed,
#endif
&video_out_gpu,
-#if HAVE_LIBPLACEBO_V4
+#if HAVE_LIBPLACEBO_NEXT
&video_out_gpu_next,
#endif
#if HAVE_VDPAU