aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/mixer/wincesdl/wincesdl-mixer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/mixer/wincesdl/wincesdl-mixer.cpp b/backends/mixer/wincesdl/wincesdl-mixer.cpp
index fb8a7d10c7..a8b03e81c4 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