[Scummvm-git-logs] scummvm master -> 627cab68591eaa02e38d938045fbd2e54c03795a

SupSuper supsuper at gmail.com
Sat Apr 24 21:45:04 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
627cab6859 CREATE_PROJECT: Add missing giflib to MSVC


Commit: 627cab68591eaa02e38d938045fbd2e54c03795a
    https://github.com/scummvm/scummvm/commit/627cab68591eaa02e38d938045fbd2e54c03795a
Author: SupSuper (supsuper at gmail.com)
Date: 2021-04-24T22:44:41+01:00

Commit Message:
CREATE_PROJECT: Add missing giflib to MSVC

Changed paths:
    devtools/create_project/msvc.cpp


diff --git a/devtools/create_project/msvc.cpp b/devtools/create_project/msvc.cpp
index 9ed3984ad6..8518578e75 100644
--- a/devtools/create_project/msvc.cpp
+++ b/devtools/create_project/msvc.cpp
@@ -64,6 +64,7 @@ std::string MSVCProvider::getLibraryFromFeature(const char *feature, const Build
 		{    "vorbis", "vorbis.lib vorbisfile.lib", 0,               0,                                                 "libvorbisfile_static.lib libvorbis_static.lib" },
 		{      "flac", "FLAC.lib",                  0,               0,                                                 "libFLAC_static.lib win_utf8_io_static.lib" },
 		{       "png", "libpng16.lib",              "libpng16d.lib", 0,                                                 0 },
+		{       "gif", "gif.lib",                   0,               0,                                                 0 },
 		{      "faad", "faad.lib",                  0,               0,                                                 "libfaad.lib" },
 		{     "mpeg2", "mpeg2.lib",                 0,               0,                                                 "libmpeg2.lib" },
 		{    "theora", "theora.lib",                0,               0,                                                 "libtheora_static.lib" },




More information about the Scummvm-git-logs mailing list