diff options
author | Angus Lees | 2010-07-05 01:03:52 +0000 |
---|---|---|
committer | Angus Lees | 2010-07-05 01:03:52 +0000 |
commit | 830c7611dc76ea94a0869b4943b541035ee28d1c (patch) | |
tree | a81896a2559d466bd68d87c4b9956cb0d46901b5 | |
parent | b8778fc7c382ec401409bbaafcb67355f0c566e3 (diff) | |
download | scummvm-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
-rw-r--r-- | sound/decoders/vorbis.cpp | 2 |
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> |