AUDIO: Fix Tremolo support

Include by used library, not by backend
This commit is contained in:
dhewg 2011-04-22 21:43:42 +02:00
parent 0ebf92ee38
commit e15f9cc072

View file

@ -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