[Scummvm-cvs-logs] SF.net SVN: scummvm:[55342] scummvm/trunk/tools/create_project/ create_project.cpp

littleboy at users.sourceforge.net littleboy at users.sourceforge.net
Thu Jan 20 05:54:44 CET 2011


Revision: 55342
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55342&view=rev
Author:   littleboy
Date:     2011-01-20 04:54:43 +0000 (Thu, 20 Jan 2011)

Log Message:
-----------
TOOLS: Add Indeo3 codec to the list of features in create_project

Modified Paths:
--------------
    scummvm/trunk/tools/create_project/create_project.cpp

Modified: scummvm/trunk/tools/create_project/create_project.cpp
===================================================================
--- scummvm/trunk/tools/create_project/create_project.cpp	2011-01-20 03:27:09 UTC (rev 55341)
+++ scummvm/trunk/tools/create_project/create_project.cpp	2011-01-20 04:54:43 UTC (rev 55342)
@@ -691,6 +691,7 @@
 	{     "mt32emu",     "USE_MT32EMU", "", true, "integrated MT-32 emulator" },
 	{        "nasm",        "USE_NASM", "", true, "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling.
 	{      "opengl",      "USE_OPENGL", "opengl32", true, "OpenGL support" },
+	{      "indeo3",      "USE_INDEO3", "", true, "Indeo3 codec support"},
 	{ "translation", "USE_TRANSLATION", "", true, "Translation support" },
 	{  "langdetect",  "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there
 	                                                                                    // is just no current way of properly detecting this...


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