[Scummvm-cvs-logs] scummvm master -> 0ebf92ee384d00deb89bcd7c672e01ed43edf1cd

dhewg dhewg at wiibrew.org
Fri Apr 22 21:31:56 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:
0ebf92ee38 WINCE: Add Tremolo support


Commit: 0ebf92ee384d00deb89bcd7c672e01ed43edf1cd
    https://github.com/scummvm/scummvm/commit/0ebf92ee384d00deb89bcd7c672e01ed43edf1cd
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-04-22T12:30:42-07:00

Commit Message:
WINCE: Add Tremolo support

Changed paths:
    backends/mixer/wincesdl/wincesdl-mixer.cpp



diff --git a/backends/mixer/wincesdl/wincesdl-mixer.cpp b/backends/mixer/wincesdl/wincesdl-mixer.cpp
index fb8a7d1..a8b03e8 100644
--- a/backends/mixer/wincesdl/wincesdl-mixer.cpp
+++ b/backends/mixer/wincesdl/wincesdl-mixer.cpp
@@ -37,9 +37,13 @@
 #ifndef USE_TREMOR
 #include <vorbis/vorbisfile.h>
 #else
+#ifdef USE_TREMOLO
+#include <tremolo/ivorbisfile.h>
+#else
 #include <tremor/ivorbisfile.h>
 #endif
 #endif
+#endif
 
 #define SAMPLES_PER_SEC_OLD 11025
 #define SAMPLES_PER_SEC_NEW 22050






More information about the Scummvm-git-logs mailing list