DEVTOOLS: Sync default create_project libraries with configure

This commit is contained in:
Bastien Bouclet
2019-06-03 22:17:41 +02:00
parent 722f662247
commit 340a149f48
+4 -4
View File
@@ -1032,17 +1032,17 @@ const Feature s_features[] = {
// Libraries
{ "libz", "USE_ZLIB", "zlib", true, "zlib (compression) support" },
{ "mad", "USE_MAD", "libmad", true, "libmad (MP3) support" },
{ "ogg", "USE_OGG", "libogg_static", false, "Ogg support" }, // ResidualVM change
{ "vorbis", "USE_VORBIS", "libvorbisfile_static libvorbis_static", false, "Vorbis support" }, // ResidualVM change
{ "ogg", "USE_OGG", "libogg_static", true, "Ogg support" },
{ "vorbis", "USE_VORBIS", "libvorbisfile_static libvorbis_static", true, "Vorbis support" },
{ "tremor", "USE_TREMOR", "libtremor", false, "Tremor support" },
{ "flac", "USE_FLAC", "libFLAC_static win_utf8_io_static", false, "FLAC support" }, // ResidualVM change
{ "png", "USE_PNG", "libpng16", false, "libpng support" },
{ "png", "USE_PNG", "libpng16", true, "libpng support" },
{ "faad", "USE_FAAD", "libfaad", false, "AAC support" },
{ "mpeg2", "USE_MPEG2", "libmpeg2", true, "MPEG-2 support" }, // ResidualVM change
{ "theora", "USE_THEORADEC", "libtheora_static", false, "Theora decoding support" }, // ResidualVM change
{ "freetype", "USE_FREETYPE2", "freetype", true, "FreeType support" },
{ "jpeg", "USE_JPEG", "jpeg-static", true, "libjpeg support" },
{"fluidsynth", "USE_FLUIDSYNTH", "libfluidsynth", true, "FluidSynth support" },
{"fluidsynth", "USE_FLUIDSYNTH", "libfluidsynth", false, "FluidSynth support" }, // ResidualVM change
{ "libcurl", "USE_LIBCURL", "libcurl", false, "libcurl support" },
{ "sdlnet", "USE_SDL_NET", "SDL_net", false, "SDL_net support" },
{ "glew", "USE_GLEW", "GLEW", true, "GLEW support" }, // ResidualVM specific