]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Temp build fix
authorToni Wilen <twilen@winuae.net>
Mon, 1 Jun 2026 17:55:58 +0000 (20:55 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 1 Jun 2026 17:55:58 +0000 (20:55 +0300)
cd32_fmv.cpp

index b2e25fca1a35eb3c93c0b1268a1bd9eb12b03d07..e34badb3848e719b04978a64f15b173eead72656 100644 (file)
 #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;