From e15f9cc0720c25a8afcf3e08ed8db56e7b5fe03c Mon Sep 17 00:00:00 2001 From: dhewg Date: Fri, 22 Apr 2011 21:43:42 +0200 Subject: AUDIO: Fix Tremolo support Include by used library, not by backend --- audio/decoders/vorbis.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/decoders/vorbis.cpp b/audio/decoders/vorbis.cpp index dc37e852d3..a9bcb6167f 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 +#ifdef USE_TREMOLO +#include #else #include #endif -- cgit v1.2.3