Skip to content

Commit 3bb0a79

Browse files
committed
Enable ffmpeg on Windows
1 parent 95b4bf0 commit 3bb0a79

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

MarathonRecomp/apu/xma_decoder.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
#include "xma_decoder.h"
1313

14-
#ifndef _WIN32
15-
1614
// #define ENABLE_DEBUG_XMA_DECODER
1715

1816
#ifdef ENABLE_DEBUG_XMA_DECODER
@@ -787,5 +785,3 @@ GUEST_FUNCTION_HOOK(sub_8255CB20, XMAPlaybackSetDecodePosition);
787785
GUEST_FUNCTION_HOOK(sub_8255C850, XMAPlaybackRewindDecodePosition);
788786
GUEST_FUNCTION_HOOK(sub_8255CAB0, XMAPlaybackQueryCurrentPosition);
789787
GUEST_FUNCTION_HOOK(sub_8255C2C0, XMAPlaybackDestroy);
790-
791-
#endif

MarathonRecomp/apu/xma_decoder.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#pragma once
22

3-
#ifndef _WIN32
4-
53
#include <utils/bit_stream.h>
64
#include <utils/ring_buffer.h>
75
#include <kernel/function.h>
@@ -159,5 +157,3 @@ struct XmaPlayback {
159157
}
160158
}
161159
};
162-
163-
#endif

0 commit comments

Comments
 (0)