CREATE_PROJECT: Add the FreeType feature
This commit is contained in:
parent
f9c4504ec0
commit
207b65b451
1 changed files with 1 additions and 0 deletions
|
@ -843,6 +843,7 @@ const Feature s_features[] = {
|
|||
{ "flac", "USE_FLAC", "libFLAC_static", true, "FLAC support" },
|
||||
{ "png", "USE_PNG", "libpng", true, "libpng support" },
|
||||
{ "theora", "USE_THEORADEC", "libtheora_static", true, "Theora decoding support" },
|
||||
{"freetype", "USE_FREETYPE2", "freetype", true, "FreeType support" },
|
||||
|
||||
// Feature flags
|
||||
{ "bink", "USE_BINK", "", true, "Bink video support" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue