ALL: Removed last traces of the MPEG2 code

This commit is contained in:
Max Horn 2011-06-01 23:17:43 +02:00
parent 5eae0e1a5c
commit 9db33ea544
20 changed files with 32 additions and 904 deletions

View file

@ -729,7 +729,6 @@ const Feature s_features[] = {
{ "flac", "USE_FLAC", "libFLAC_static", true, "FLAC support" },
{ "png", "USE_PNG", "libpng", true, "libpng support" },
{ "theora", "USE_THEORADEC", "libtheora_static", true, "Theora decoding support" },
{ "mpeg2", "USE_MPEG2", "libmpeg2", false, "mpeg2 codec for cutscenes" },
// Feature flags
{ "scalers", "USE_SCALERS", "", true, "Scalers" },