aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Peters2005-09-17 10:28:50 +0000
committerJoost Peters2005-09-17 10:28:50 +0000
commit42d01d468d6fd7325b3610688a3b103fcb25415d (patch)
tree9f728d69ae5c91818455c59ecca4626495f2d974
parentd7ea4c6c7f3f4827646a8347d2c3c5c4ab515410 (diff)
downloadscummvm-rg350-42d01d468d6fd7325b3610688a3b103fcb25415d.tar.gz
scummvm-rg350-42d01d468d6fd7325b3610688a3b103fcb25415d.tar.bz2
scummvm-rg350-42d01d468d6fd7325b3610688a3b103fcb25415d.zip
libtremor is installed to a different location when using the port from pspdev svn
svn-id: r18838
-rw-r--r--sound/vorbis.cpp4
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