DEVTOOLS: Enable mpeg2 by default
This commit is contained in:
parent
20e084259c
commit
f1812277d2
1 changed files with 1 additions and 1 deletions
|
@ -1073,7 +1073,7 @@ const Feature s_features[] = {
|
|||
{ "png", "USE_PNG", true, true, "libpng support" },
|
||||
{ "gif", "USE_GIF", true, false, "libgif support" },
|
||||
{ "faad", "USE_FAAD", true, false, "AAC support" },
|
||||
{ "mpeg2", "USE_MPEG2", true, false, "MPEG-2 support" },
|
||||
{ "mpeg2", "USE_MPEG2", true, true, "MPEG-2 support" },
|
||||
{ "theora", "USE_THEORADEC", true, true, "Theora decoding support" },
|
||||
{ "freetype", "USE_FREETYPE2", true, true, "FreeType support" },
|
||||
{ "jpeg", "USE_JPEG", true, true, "libjpeg support" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue