CREATEPROJECT: Disable MPEG2 by default here too, to keep in line with configure

This commit is contained in:
Einar Johan T. Sømåen 2012-01-03 15:25:11 +01:00
parent 13692224dd
commit d0ce33addc

View File

@ -770,7 +770,7 @@ 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", true, "mpeg2 codec for cutscenes" },
{ "mpeg2", "USE_MPEG2", "libmpeg2", false, "mpeg2 codec for cutscenes" },
// Feature flags
{ "bink", "USE_BINK", "", true, "Bink video support" },