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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Oct 18 12:40:46 CEST 2010


Revision: 53564
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53564&view=rev
Author:   thebluegr
Date:     2010-10-18 10:40:46 +0000 (Mon, 18 Oct 2010)

Log Message:
-----------
CREATE_MSVC: Added support for libpng as well

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

Modified: scummvm/trunk/tools/create_msvc/create_msvc.cpp
===================================================================
--- scummvm/trunk/tools/create_msvc/create_msvc.cpp	2010-10-18 10:26:27 UTC (rev 53563)
+++ scummvm/trunk/tools/create_msvc/create_msvc.cpp	2010-10-18 10:40:46 UTC (rev 53564)
@@ -834,6 +834,7 @@
 	{    "vorbis",     "USE_VORBIS", "libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib", true, "Ogg Vorbis support" },
 	{      "flac",       "USE_FLAC", "libFLAC_static.lib", true, "FLAC support" },
 	{ "theoradec",  "USE_THEORADEC", "libtheora_static.lib", true, "Theora decoder support" },
+	{       "png",        "USE_PNG", "libpng.lib", true, "PNG support" },
 	{     "mpeg2",      "USE_MPEG2", "libmpeg2.lib", false, "mpeg2 codec for cutscenes" },
 
 	// ScummVM feature flags


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