summaryrefslogtreecommitdiff
path: root/src/render/queue_libplacebo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/queue_libplacebo.h')
-rw-r--r--src/render/queue_libplacebo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/queue_libplacebo.h b/src/render/queue_libplacebo.h
index f72cb88..c1a4388 100644
--- a/src/render/queue_libplacebo.h
+++ b/src/render/queue_libplacebo.h
@@ -1,13 +1,14 @@
#pragma once
-#include <libplacebo/utils/frame_queue.h>
#ifdef CAMU_HAVE_FFMPEG
#include <al/lib.h>
AL_IGNORE_WARNING("-Wswitch")
-// PL_LIBAV_IMPLEMENTATION defined in queue_libplacebo.c.
+// PL_LIBAV_IMPLEMENTATION defined in impl_libplacebo.c.
#include <libplacebo/utils/libav.h>
AL_IGNORE_WARNING_END
#endif
+#include <libplacebo/utils/upload.h>
+#include <libplacebo/utils/frame_queue.h>
#ifdef CAMU_HAVE_SUBTITLES
#include <ass/ass.h>
#endif