From 830c7611dc76ea94a0869b4943b541035ee28d1c Mon Sep 17 00:00:00 2001 From: Angus Lees Date: Mon, 5 Jul 2010 01:03:52 +0000 Subject: 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 --- sound/decoders/vorbis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/decoders') 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 #else #include -- cgit v1.2.3