mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
CREATE_PROJECT: Add libvpx support for MSVC
This commit is contained in:
parent
2cfb18a815
commit
eec598892a
@ -67,6 +67,7 @@ std::string MSVCProvider::getLibraryFromFeature(const char *feature, const Build
|
||||
{ "faad", "faad.lib", nullptr, nullptr, "libfaad.lib" },
|
||||
{ "mpeg2", "mpeg2.lib", nullptr, nullptr, "libmpeg2.lib" },
|
||||
{ "theoradec", "theora.lib", nullptr, nullptr, "libtheora_static.lib" },
|
||||
{ "vpx", "vpx.lib", nullptr, nullptr, nullptr },
|
||||
{ "freetype2", "freetype.lib", "freetyped.lib", nullptr, nullptr },
|
||||
{ "jpeg", "jpeg.lib", nullptr, nullptr, "jpeg-static.lib" },
|
||||
{"fluidsynth", "fluidsynth.lib", nullptr, nullptr, "libfluidsynth.lib" },
|
||||
|
Loading…
Reference in New Issue
Block a user