AUDIO: Fix Tremolo support
Include by used library, not by backend
This commit is contained in:
parent
0ebf92ee38
commit
e15f9cc072
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue