summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-04-01 23:43:47 +0200
committerNiklas Haas <git@haasn.dev>2022-04-01 23:43:47 +0200
commita76b1f4abd5b7e2319930953de715b1a4b0f8dd6 (patch)
tree5b96fea263d76bcf61996b7c4d8d3c5d1d5f56bc /video/out
parentdeedc3d418f03222d8b7cb64de51fc383ca356f1 (diff)
downloadmpv-a76b1f4abd5b7e2319930953de715b1a4b0f8dd6.tar.bz2
mpv-a76b1f4abd5b7e2319930953de715b1a4b0f8dd6.tar.xz
Revert "vo_gpu_next: remove unnecessary dependency"
This reverts commit 1c2dde91d369987199782f4914f56019e5a2272c. Fixes #10037
Diffstat (limited to 'video/out')
-rw-r--r--video/out/vo_gpu_next.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/out/vo_gpu_next.c b/video/out/vo_gpu_next.c
index f8f330e877..8de5ab3c74 100644
--- a/video/out/vo_gpu_next.c
+++ b/video/out/vo_gpu_next.c
@@ -18,10 +18,9 @@
*/
#include <pthread.h>
-#include <libavutil/mastering_display_metadata.h>
#include <libplacebo/renderer.h>
#include <libplacebo/shaders/lut.h>
-#include <libplacebo/utils/upload.h>
+#include <libplacebo/utils/libav.h>
#include <libplacebo/utils/frame_queue.h>
#ifdef PL_HAVE_LCMS