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 99170102cb..97068c1597 100644 --- a/sound/vorbis.cpp +++ b/sound/vorbis.cpp @@ -30,7 +30,11 @@ #include "sound/audiocd.h" #ifdef USE_TREMOR +#ifdef __PSP__ +#include <ivorbisfile.h> +#else #include <tremor/ivorbisfile.h> +#endif #else #include <vorbis/vorbisfile.h> #endif |