diff options
| author | 2026-07-02 18:31:31 -0400 | |
|---|---|---|
| committer | 2026-07-02 18:31:31 -0400 | |
| commit | f51b7c35c95a5c6ad50c9fc430780e6953f37dad (patch) | |
| tree | ca7557e147e918fda1284cc1a338c98b9d7e86f8 /src/render/queue_libplacebo.h | |
| parent | 38cce5e94a10e5420e4685bbe5ebb1aade6d522f (diff) | |
| download | camu-f51b7c35c95a5c6ad50c9fc430780e6953f37dad.tar.gz camu-f51b7c35c95a5c6ad50c9fc430780e6953f37dad.tar.bz2 camu-f51b7c35c95a5c6ad50c9fc430780e6953f37dad.zip | |
Fix FFmpegless build
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/render/queue_libplacebo.h')
| -rw-r--r-- | src/render/queue_libplacebo.h | 5 |
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 |