[Scummvm-cvs-logs] scummvm master -> cb7611b5bb310e72d575728b60ba48811736eba7
anotherguest
larspson at gmail.com
Wed Jul 2 13:04:58 CEST 2014
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:
cb7611b5bb Symbian: mpeg.cpp has moved from Video to Image codec folder.
Commit: cb7611b5bb310e72d575728b60ba48811736eba7
https://github.com/scummvm/scummvm/commit/cb7611b5bb310e72d575728b60ba48811736eba7
Author: anotherguest (larspson at gmail.com)
Date: 2014-07-02T13:05:25+02:00
Commit Message:
Symbian: mpeg.cpp has moved from Video to Image codec folder.
Changed paths:
backends/platform/symbian/mmp/scummvm_base.mmp.in
diff --git a/backends/platform/symbian/mmp/scummvm_base.mmp.in b/backends/platform/symbian/mmp/scummvm_base.mmp.in
index 37c68bf..c3f12f6 100644
--- a/backends/platform/symbian/mmp/scummvm_base.mmp.in
+++ b/backends/platform/symbian/mmp/scummvm_base.mmp.in
@@ -91,7 +91,8 @@ SOURCEPATH ..\..\..\..\image
// empty base file, will be updated by Perl build scripts
//STOP_AUTO_OBJECTS_IMAGE_//
-
+// add a few files manually, since they are not parsed from modules.mk files
+SOURCE codecs\mpeg.cpp
SOURCEPATH ..\..\..\..\gui
//START_AUTO_OBJECTS_GUI_//
@@ -130,8 +131,6 @@ SOURCEPATH ..\..\..\..\video
// add a few files manually, since they are not parsed from modules.mk files
SOURCE theora_decoder.cpp
SOURCE bink_decoder.cpp
-// add a few files manually, since they are not parsed from modules.mk files
-SOURCE codecs\mpeg.cpp
SOURCEPATH ..\..\..\..
SOURCE backends\events\default\default-events.cpp
More information about the Scummvm-git-logs
mailing list