[Scummvm-cvs-logs] SF.net SVN: scummvm:[50666] scummvm/trunk/sound/decoders/vorbis.cpp

anguslees at users.sourceforge.net anguslees at users.sourceforge.net
Mon Jul 5 03:03:52 CEST 2010


Revision: 50666
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50666&view=rev
Author:   anguslees
Date:     2010-07-05 01:03:52 +0000 (Mon, 05 Jul 2010)

Log Message:
-----------
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.

Modified Paths:
--------------
    scummvm/trunk/sound/decoders/vorbis.cpp

Modified: scummvm/trunk/sound/decoders/vorbis.cpp
===================================================================
--- scummvm/trunk/sound/decoders/vorbis.cpp	2010-07-05 01:00:59 UTC (rev 50665)
+++ scummvm/trunk/sound/decoders/vorbis.cpp	2010-07-05 01:03:52 UTC (rev 50666)
@@ -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>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list