ci(build): fixed missing include in conversions.h

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x 2024-10-10 00:00:00 +00:00
parent f79d4893db
commit c2a4b25290
No known key found for this signature in database

View File

@ -2,6 +2,7 @@
#define CONVERSIONS_H
extern "C" {
#include <libavutil/frame.h>
#include <libswscale/swscale.h>
}