From e1bbc61bb56311630da1d1d7c0906251f99e0d37 Mon Sep 17 00:00:00 2001 From: Won Star Date: Fri, 7 Apr 2006 10:44:20 +0000 Subject: GP32 uses custom version of libtremor, so update header path. svn-id: r21665 --- sound/vorbis.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sound') 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 +#else #include +#endif #else #include #endif -- cgit v1.2.3