This website requires JavaScript.
Explore
Help
Sign In
ryan
/
mozjpeg
Watch
1
Star
0
Fork
0
You've already forked mozjpeg
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1,240
Commits
2
Branches
68
Tags
f446e5d5c71b372f09498d72c79b75e3b3445191
Commit Graph
2 Commits
Author
SHA1
Message
Date
Frank Bossen
cdb6c34e1c
Fix overflow issue in DCT
...
Replace add/sub with their saturating equivalent to avoid overflow. Should
resolve
#139
2014-12-29 18:23:51 +01:00
DRC
1bd801a872
Using subdirectories unfortunately opened up a can of worms. In order to prevent object name conflicts, it is necessary to use the subdir-objects automake directive, but it simply doesn't work right on some of the versions of automake we still have to support. Another option would be to add a separate Makefile.am file to each subdirectory, but that requires maintaining a completely different set of build rules for each one. Fortunately, however, we're in the 21st century now, so we can use filenames longer than 8.3.
2014-05-10 09:53:34 +00:00