DEVTOOLS: Added libvpx support to create_project
This commit is contained in:
parent
115231e59d
commit
53163f427a
3 changed files with 11 additions and 0 deletions
|
@ -1071,6 +1071,7 @@ const Feature s_features[] = {
|
|||
{ "faad", "USE_FAAD", true, false, "AAC support" },
|
||||
{ "mpeg2", "USE_MPEG2", true, true, "MPEG-2 support" },
|
||||
{ "theoradec", "USE_THEORADEC", true, true, "Theora decoding support" },
|
||||
{ "vpx", "USE_VPX", true, false, "VP8/VP9 decoding support" },
|
||||
{ "freetype2", "USE_FREETYPE2", true, true, "FreeType support" },
|
||||
{ "jpeg", "USE_JPEG", true, true, "libjpeg support" },
|
||||
{"fluidsynth", "USE_FLUIDSYNTH", true, true, "FluidSynth support" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue