From 19dcbeebfa2f52eaa587fee36fa43fd2fa5b14e8 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Mon, 1 Jun 2026 20:55:58 +0300 Subject: [PATCH] Temp build fix --- cd32_fmv.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cd32_fmv.cpp b/cd32_fmv.cpp index b2e25fca..e34badb3 100644 --- a/cd32_fmv.cpp +++ b/cd32_fmv.cpp @@ -25,15 +25,19 @@ #include "archivers/mp2/kjmp2.h" #ifdef WITH_LIBMPEG2 +#ifndef WINUAE #ifdef __cplusplus extern "C" { #endif +#endif #include "mpeg2.h" #include "mpeg2convert.h" +#ifndef WINUAE #ifdef __cplusplus } #endif #endif +#endif #define FMV_DEBUG 0 static int fmv_audio_debug = 0; -- 2.47.3