diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-12 20:23:25 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-12 20:23:25 +0000 |
commit | 3b3b37e9fa5f141884a13897825719083c408f74 (patch) | |
tree | 425a8bd00f7461c94750df5e09a0f6c54b752556 /games/scummvm/files/patch-sound::mixer.h | |
parent | Update to 4.02 (diff) |
Certain games need libmad for audio output, make scummvm depend on
mad. Bump PORTREVISION
PR: 50870
Submitted by: maintainer
Diffstat (limited to 'games/scummvm/files/patch-sound::mixer.h')
-rw-r--r-- | games/scummvm/files/patch-sound::mixer.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/scummvm/files/patch-sound::mixer.h b/games/scummvm/files/patch-sound::mixer.h deleted file mode 100644 index 35b749684e18..000000000000 --- a/games/scummvm/files/patch-sound::mixer.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |