[Scummvm-cvs-logs] scummvm master -> e15f9cc0720c25a8afcf3e08ed8db56e7b5fe03c
dhewg
dhewg at wiibrew.org
Fri Apr 22 21:46:18 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e15f9cc072 AUDIO: Fix Tremolo support
Commit: e15f9cc0720c25a8afcf3e08ed8db56e7b5fe03c
https://github.com/scummvm/scummvm/commit/e15f9cc0720c25a8afcf3e08ed8db56e7b5fe03c
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-04-22T12:43:42-07:00
Commit Message:
AUDIO: Fix Tremolo support
Include by used library, not by backend
Changed paths:
audio/decoders/vorbis.cpp
diff --git a/audio/decoders/vorbis.cpp b/audio/decoders/vorbis.cpp
index dc37e85..a9bcb61 100644
--- a/audio/decoders/vorbis.cpp
+++ b/audio/decoders/vorbis.cpp
@@ -39,8 +39,8 @@
#include "audio/audiostream.h"
#ifdef USE_TREMOR
-#if defined(__GP32__) // custom libtremor locations
-#include <ivorbisfile.h>
+#ifdef USE_TREMOLO
+#include <tremolo/ivorbisfile.h>
#else
#include <tremor/ivorbisfile.h>
#endif
More information about the Scummvm-git-logs
mailing list