diff options
| -rw-r--r-- | devtools/create_project/create_project.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index 480f6a926a..8b8aaef042 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -816,6 +816,8 @@ const Feature s_features[] = {  	{  "vorbis",      "USE_VORBIS", "libvorbisfile_static libvorbis_static libogg_static", true, "Ogg Vorbis support" },  	{    "flac",        "USE_FLAC", "libFLAC_static",   true, "FLAC support" },  	{     "png",         "USE_PNG", "libpng",           true, "libpng support" }, +	{    "faad",        "USE_FAAD", "libfaad",          false, "AAC support" }, +	{   "mpeg2",       "USE_MPEG2", "libmpeg2",         false, "MPEG-2 support" },  	{  "theora",   "USE_THEORADEC", "libtheora_static", true, "Theora decoding support" },  	{"freetype",   "USE_FREETYPE2", "freetype",         true, "FreeType support" }, | 
