Fix build without movie support

This commit is contained in:
PJB3005
2026-03-29 03:50:37 +02:00
parent e18e8cc5dd
commit 95d6d24d31
+2 -2
View File
@@ -2585,6 +2585,8 @@ static void __THPHuffDecodeDCTCompV(__REGISTER THPFileInfo* info, THPCoeff* bloc
}
#else // !TARGET_PC
static daMP_THPPlayer daMP_ActivePlayer;
#if MOVIE_SUPPORT
static std::vector<u8> FixedJpegData;
static tjhandle JpegDecompressHandle;
@@ -2638,8 +2640,6 @@ static const std::vector<u8>& FixJpeg(const std::span<u8> data) {
return FixedJpegData;
}
static daMP_THPPlayer daMP_ActivePlayer;
static s32 THPVideoDecode(void* file, size_t fileSize, void* tileY, void* tileU, void* tileV, void*) {
assert(JpegDecompressHandle);