Update VTFLib binaries to use latest from StrataSource/VTFLib#3
Update VTFLib binaries to use latest from StrataSource/VTFLib#3
Conversation
There was a problem hiding this comment.
Any idea why this dll is so much bigger? Was it built in release or debug?
There was a problem hiding this comment.
I thought it was release but don't trust myself with make, I'll double check before merging
There was a problem hiding this comment.
Yeah looks like I accidently did Windows in debug. I've updated to compile in release, with VTFLIB_STATIC and VTFLIB_SHARED options enabled. File is now 2MB so almost tripled in size, probably from including the VTFLIB_STATIC stuff?
There was a problem hiding this comment.
I can't get fucking CMake to work on Windows without CLion!! And CLion's CMake integration stops working completely if I change cmake build options, I have no idea why. Is just using these binaries okay?
11f062f to
2f710e6
Compare
Wanted to get BC7 support in Lumper, noticed that some of the definitions in here contains Strata-only stuff like VTFImageFormat::BC7, so compiled latest from https://github.com/StrataSource/VTFLib and tried with Lumper, everything seems to work fine.
Note: haven't tested Linux binary