[Scummvm-cvs-logs] SF.net SVN: scummvm:[53421] scummvm/trunk/tools/create_msvc/create_msvc.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Wed Oct 13 15:45:51 CEST 2010
Revision: 53421
http://scummvm.svn.sourceforge.net/scummvm/?rev=53421&view=rev
Author: thebluegr
Date: 2010-10-13 13:45:50 +0000 (Wed, 13 Oct 2010)
Log Message:
-----------
create_msvc: Added support for USE_THEORADEC
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-13 13:43:13 UTC (rev 53420)
+++ scummvm/trunk/tools/create_msvc/create_msvc.cpp 2010-10-13 13:45:50 UTC (rev 53421)
@@ -833,6 +833,7 @@
{ "mad", "USE_MAD", "libmad.lib", true, "libmad (MP3) support" },
{ "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" },
{ "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