aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorJohannes Schickel2016-03-09 18:55:42 +0100
committerJohannes Schickel2016-03-09 22:03:47 +0100
commit5510fdc7e47d0b2a1bd734bef812cdf819a2a4c2 (patch)
treed0f253e609bf8c345b09eab93a7eb91bbb7d8b94 /devtools
parent46ef80963f36b46aa7fd494b56c266f5d27cd48d (diff)
downloadscummvm-rg350-5510fdc7e47d0b2a1bd734bef812cdf819a2a4c2.tar.gz
scummvm-rg350-5510fdc7e47d0b2a1bd734bef812cdf819a2a4c2.tar.bz2
scummvm-rg350-5510fdc7e47d0b2a1bd734bef812cdf819a2a4c2.zip
DEVTOOLS: Use libpng16.lib for libpng for MSVC.
Modern libpng releases use this library name as output for their MSVC project files.
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_project/create_project.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index 65b7601a54..aa450f1461 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -939,7 +939,7 @@ const Feature s_features[] = {
{ "mad", "USE_MAD", "libmad", true, "libmad (MP3) support" },
{ "vorbis", "USE_VORBIS", "libvorbisfile_static libvorbis_static libogg_static", true, "Ogg Vorbis support" },
{ "flac", "USE_FLAC", "libFLAC_static win_utf8_io_static", true, "FLAC support" },
- { "png", "USE_PNG", "libpng", true, "libpng support" },
+ { "png", "USE_PNG", "libpng16", 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" },