diff options
Diffstat (limited to 'emulators/scummvm/files/patch-sound::mixer.h')
-rw-r--r-- | emulators/scummvm/files/patch-sound::mixer.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/scummvm/files/patch-sound::mixer.h b/emulators/scummvm/files/patch-sound::mixer.h new file mode 100644 index 000000000000..35b749684e18 --- /dev/null +++ b/emulators/scummvm/files/patch-sound::mixer.h @@ -0,0 +1,11 @@ +--- sound/mixer.h.orig Wed Jan 1 13:21:10 2003 ++++ sound/mixer.h Wed Jan 1 13:21:41 2003 +@@ -25,6 +25,8 @@ + + #include <stdio.h> + ++#undef USE_MAD ++ + #ifdef USE_MAD + #include <mad.h> + #endif |