diff options
-rw-r--r-- | sound/vorbis.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/vorbis.cpp b/sound/vorbis.cpp index 8ea2d33f94..7a8748b28b 100644 --- a/sound/vorbis.cpp +++ b/sound/vorbis.cpp @@ -31,7 +31,11 @@ #include "sound/audiocd.h" #ifdef USE_TREMOR +#ifdef __GP32__ // GP32 uses custom libtremor +#include <ivorbisfile.h> +#else #include <tremor/ivorbisfile.h> +#endif #else #include <vorbis/vorbisfile.h> #endif |