aboutsummaryrefslogtreecommitdiff
path: root/sound/vorbis.cpp
diff options
context:
space:
mode:
authorJoost Peters2005-11-06 13:49:52 +0000
committerJoost Peters2005-11-06 13:49:52 +0000
commitf94b11ec554c4a534bce1c53f9ade372a379dcad (patch)
tree93eae3ced533bdeb2012820786194c3c92c2cb2d /sound/vorbis.cpp
parentd7b50885e2782396b2de8a65756bb42940f5e168 (diff)
downloadscummvm-rg350-f94b11ec554c4a534bce1c53f9ade372a379dcad.tar.gz
scummvm-rg350-f94b11ec554c4a534bce1c53f9ade372a379dcad.tar.bz2
scummvm-rg350-f94b11ec554c4a534bce1c53f9ade372a379dcad.zip
the PSP port of libtremor was updated, so this define is no longer needed
svn-id: r19488
Diffstat (limited to 'sound/vorbis.cpp')
-rw-r--r--sound/vorbis.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/vorbis.cpp b/sound/vorbis.cpp
index 34c20ed8f3..3cb9a45248 100644
--- a/sound/vorbis.cpp
+++ b/sound/vorbis.cpp
@@ -30,11 +30,7 @@
#include "sound/audiocd.h"
#ifdef USE_TREMOR
-#ifdef __PSP__
-#include <ivorbisfile.h>
-#else
#include <tremor/ivorbisfile.h>
-#endif
#else
#include <vorbis/vorbisfile.h>
#endif