Commit graph

7 commits

Author SHA1 Message Date
Gavin Gao
2384fc36d8 Fix MSVC (x64)build
Add missing preflate source files
2018-09-27 18:22:52 +08:00
Christian Schneider
c2f2b13ee3 Visual Studio: Fix 64-bit release target
Comfort instead of normal version was build if "Release, 64-bit" was selected. Thanks to redrabbit.
2018-02-11 10:28:29 +01:00
Christian Schneider
ac6547273d x64 in VS without COMFORT 2017-06-19 06:57:42 +02:00
Gavin Gao
9081053eba Minor bugfixes for precomf/packmp3/packjpg
- Fixed init_comfort(): missing suppress_jpg_parsing_until
- Fixed memory leak and bad huffman table check in packMP3
    0c283d8e1c
- packjpg: add extra range to 172 when (1024+6-1)/6 = 171.5
    https://github.com/packjpg/packJPG/issues/4
- add x64 to VS project with BIT64;COMFORT;
2017-05-04 11:33:35 +08:00
Christian Schneider
d1c9ca9f96 Add precomp_xz.h to VS project 2017-04-05 13:04:18 +02:00
Christian Schneider
e8e24907e0 Add precomp.h to VS project 2017-04-05 12:59:25 +02:00
Christian Schneider
206b724858 Finally, a working Visual Studio 2015 solution
- Due to C99 used in liblzma, Visual Studio 2013 or higher is needed
(2013 untested, 2015 works)
- Using the CRC32 implementations in C instead of the assembler ones
that won't work
- msinttypes not needed anymore
- .gitignore adjusted
2016-10-19 11:30:54 +02:00
Renamed from vs2012/Precomp/Precomp.vcxproj (Browse further)