summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-07-17 15:59:05 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-08-18 16:39:57 +0200
commit24dca265b45fc07e0bb193ea87e36931ce459f7d (patch)
tree18a15e2c20402dbb309918dd479b1d47e6e7a077 /video
parente3ae0724140f8c333670ac7a08cac865dcb9a576 (diff)
downloadmpv-24dca265b45fc07e0bb193ea87e36931ce459f7d.tar.bz2
mpv-24dca265b45fc07e0bb193ea87e36931ce459f7d.tar.xz
meson: remove redundant libplacebo-next check
Now implied by the minimum libplacebo version.
Diffstat (limited to 'video')
-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 4b05e6042e..d301083696 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -76,7 +76,7 @@ static const struct vo_driver *const video_out_drivers[] =
&video_out_mediacodec_embed,
#endif
&video_out_gpu,
-#if HAVE_LIBPLACEBO_NEXT
+#if HAVE_LIBPLACEBO
&video_out_gpu_next,
#endif
#if HAVE_VDPAU