mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
CREATEPROJECT: Disable MPEG2 by default here too, to keep in line with configure
This commit is contained in:
parent
13692224dd
commit
d0ce33addc
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user