From: Toni Wilen Date: Mon, 1 Jun 2026 17:55:58 +0000 (+0300) Subject: Temp build fix X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=19dcbeebfa2f52eaa587fee36fa43fd2fa5b14e8;p=francis%2Fwinuae.git Temp build fix --- 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;