diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-01-01 21:32:43 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-01-01 21:32:43 +0000 |
commit | 377388445f8a3e3c638dd87e6f2c433eeb05028c (patch) | |
tree | 193be48054341391687781a36d98458b497edb95 /emulators/scummvm/files/patch-sound::mixer.h | |
parent | Update to 0.90 (diff) |
Update scummvm to 0.3.0b
PR: 46150
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=72116
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 |