summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2023-09-20 02:50:26 +0530
committerNiklas Haas <github-daiK1o@haasn.dev>2023-10-23 13:03:29 +0200
commitf5ca11e12bc55d14bd6895b619c4abfd470c6452 (patch)
tree6ac7c720f50e54ba5940282cee4b793a3dee0f22 /video/out/vo.c
parent59a3c453f97c558b80ba4a39a8e5b476a66c5951 (diff)
downloadmpv-f5ca11e12bc55d14bd6895b619c4abfd470c6452.tar.bz2
mpv-f5ca11e12bc55d14bd6895b619c4abfd470c6452.tar.xz
meson: make libplacebo a required dependency
Make it not possible to build mpv without the latest libplacebo anymore. This will allow for less code duplication between mpv and libplacebo, and in the future also let us delete legacy ifdefs and track libplacebo better.
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 8d907d6bde..9b48ad20a7 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -76,9 +76,7 @@ static const struct vo_driver *const video_out_drivers[] =
&video_out_mediacodec_embed,
#endif
&video_out_gpu,
-#if HAVE_LIBPLACEBO
&video_out_gpu_next,
-#endif
#if HAVE_VDPAU
&video_out_vdpau,
#endif