CREATE_PROJECT: Fix feature name for freetype
The name was inconsistent with the main build system
This commit is contained in:
parent
ce5e051dc2
commit
8119ae19c0
3 changed files with 3 additions and 3 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue