[Scummvm-cvs-logs] scummvm master -> e0478c2a9b49b8ef60203c6f0d1c29860795a01d

anotherguest larspson at gmail.com
Wed Apr 20 10:29:10 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e0478c2a9b SYMBIAN : Updated folder names audio, added video, added M_PI define


Commit: e0478c2a9b49b8ef60203c6f0d1c29860795a01d
    https://github.com/scummvm/scummvm/commit/e0478c2a9b49b8ef60203c6f0d1c29860795a01d
Author: anotherguest (larspson at gmail.com)
Date: 2011-04-20T01:27:12-07:00

Commit Message:
SYMBIAN : Updated folder names audio, added video, added M_PI define

Changed paths:
    backends/platform/symbian/AdaptAllMMPs.pl
    backends/platform/symbian/src/portdefs.h



diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl
index 921f384..84f42d2 100644
--- a/backends/platform/symbian/AdaptAllMMPs.pl
+++ b/backends/platform/symbian/AdaptAllMMPs.pl
@@ -111,7 +111,8 @@ ParseModule("_base",	"base",		\@section_empty); # now in ./TRG/ScummVM_TRG.mmp,
 ParseModule("_base",	"common",	\@section_empty);
 ParseModule("_base",	"gui",		\@section_empty,		\@excludes_gui);
 ParseModule("_base",	"graphics",	\@section_empty,		\@excludes_graphics);
-ParseModule("_base",	"sound",	\@section_empty,		\@excludes_snd);
+ParseModule("_base",	"audio",	\@section_empty,		\@excludes_snd);
+ParseModule("_base",	"video",	\@section_empty);
 
 chdir("engines/");
 ParseModule("_scumm",	"scumm",	\@sections_scumm,		\@excludes_scumm );
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h
index 1c5de2d..e8a6204 100644
--- a/backends/platform/symbian/src/portdefs.h
+++ b/backends/platform/symbian/src/portdefs.h
@@ -35,6 +35,11 @@
 #include <e32std.h>
 #include <math.h>
 
+/* define pi */
+#ifndef M_PI
+#define M_PI 3.14159265358979323846
+#endif  /*  M_PI  */
+
 #define DISABLE_COMMAND_LINE
 
 #if defined(USE_TREMOR) && !defined(USE_VORBIS)






More information about the Scummvm-git-logs mailing list