From db58a05a5796a6e9cc086434edc173237d1ef2b6 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 13 Oct 2010 13:45:50 +0000 Subject: create_msvc: Added support for USE_THEORADEC svn-id: r53421 --- tools/create_msvc/create_msvc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/create_msvc/create_msvc.cpp b/tools/create_msvc/create_msvc.cpp index d7dbf9591e..f7d4a1205a 100644 --- a/tools/create_msvc/create_msvc.cpp +++ b/tools/create_msvc/create_msvc.cpp @@ -833,6 +833,7 @@ const Feature s_features[] = { { "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 -- cgit v1.2.3