DEVTOOLS: Added libvpx support to create_project

This commit is contained in:
Eugene Sandulenko 2020-05-04 01:40:07 +02:00
parent 115231e59d
commit 53163f427a
3 changed files with 11 additions and 0 deletions

View file

@ -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" },