aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders
diff options
context:
space:
mode:
authorAngus Lees2010-07-05 01:03:52 +0000
committerAngus Lees2010-07-05 01:03:52 +0000
commit830c7611dc76ea94a0869b4943b541035ee28d1c (patch)
treea81896a2559d466bd68d87c4b9956cb0d46901b5 /sound/decoders
parentb8778fc7c382ec401409bbaafcb67355f0c566e3 (diff)
downloadscummvm-rg350-830c7611dc76ea94a0869b4943b541035ee28d1c.tar.gz
scummvm-rg350-830c7611dc76ea94a0869b4943b541035ee28d1c.tar.bz2
scummvm-rg350-830c7611dc76ea94a0869b4943b541035ee28d1c.zip
Revert Android libtremor header to standard path, since we now ship
our own statically linked version rather than relying on the system shared lib that happens to be on most Android systems. svn-id: r50666
Diffstat (limited to 'sound/decoders')
-rw-r--r--sound/decoders/vorbis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/decoders/vorbis.cpp b/sound/decoders/vorbis.cpp
index 64869d7843..7673c53010 100644
--- a/sound/decoders/vorbis.cpp
+++ b/sound/decoders/vorbis.cpp
@@ -35,7 +35,7 @@
#include "sound/audiocd.h"
#ifdef USE_TREMOR
-#if defined(ANDROID) || defined(__GP32__) // custom libtremor locations
+#if defined(__GP32__) // custom libtremor locations
#include <ivorbisfile.h>
#else
#include <tremor/ivorbisfile.h>