sync with scummvm

This commit is contained in:
Pawel Kolodziejski 2011-07-20 08:02:02 +02:00
parent 5bf4f9316b
commit 8dd0f82574
38 changed files with 22416 additions and 19 deletions

View file

@ -770,9 +770,10 @@ const Feature s_features[] = {
{ "flac", "USE_FLAC", "libFLAC_static", true, "FLAC support" },
{ "png", "USE_PNG", "libpng", false, "libpng support" },
{ "theora", "USE_THEORADEC", "libtheora_static", false, "Theora decoding support" },
{ "mpeg2", "USE_MPEG2", "libmpeg2", false, "mpeg2 codec for cutscenes" },
{ "mpeg2", "USE_MPEG2", "libmpeg2", true, "mpeg2 codec for cutscenes" },
// Feature flags
{ "bink", "USE_BINK", "", true, "Bink video support" },
{ "scalers", "USE_SCALERS", "", true, "Scalers" },
{ "hqscalers", "USE_HQ_SCALERS", "", true, "HQ scalers" },
{ "16bit", "USE_RGB_COLOR", "", true, "16bit color support" },