CREATE_PROJECT: Fix feature name for freetype

The name was inconsistent with the main build system
This commit is contained in:
Henrik "Henke37" Andersson 2022-01-06 22:02:14 +01:00 committed by Filippos Karapetis
parent ce5e051dc2
commit 8119ae19c0
3 changed files with 3 additions and 3 deletions

View file

@ -1075,7 +1075,7 @@ const Feature s_features[] = {
{ "faad", "USE_FAAD", true, false, "AAC support" },
{ "mpeg2", "USE_MPEG2", true, true, "MPEG-2 support" },
{ "theora", "USE_THEORADEC", true, true, "Theora decoding support" },
{ "freetype", "USE_FREETYPE2", true, true, "FreeType support" },
{ "freetype2", "USE_FREETYPE2", true, true, "FreeType support" },
{ "jpeg", "USE_JPEG", true, true, "libjpeg support" },
{"fluidsynth", "USE_FLUIDSYNTH", true, true, "FluidSynth support" },
{ "fluidlite", "USE_FLUIDLITE", true, false, "FluidLite support" },