Xerbo
f1979a74d9
Windows build now working properly
Was opening PNG files (which are binary...) with `r` instead of `rb` which caused problems on windows
Added `libsndfile-1` back into FindLibSndFile.cmake, since it's needed
Package `sndfile.dll` instead of `libsndfile-1.dll` since thats what the binary looks for
4年前
Xerbo
3b9a830ee2
Remove src/filtercoeff.h after forgetting in 7148947
4年前
Xerbo
71489470b6
Merge filtercoeff.h into filter.h
4年前
Xerbo
06571464fe
Make release builds work
Since release builds had -Werror on, every warning is counted as an error, and the #pragmas that supressed that warning caused a wrning them selfs.
4年前
Xerbo
c5ec69f48a
Headerise each file
4年前
Xerbo
ec8a1eb168
Remove distribution image generation
It didn't even work in the latest commit
4年前
Xerbo
2213e46ddf
Stack image types as much as you want
Create a copy of the image before modifying it for temperature calibration
4年前
Xerbo
8cfbc9d12b
Fix for small mistake in b96a2c6
4年前
Xerbo
b96a2c6f0b
Increase buffer size
4年前
Xerbo
bb37bf0628
Palette search directorie, basic packaging support
4年前
Xerbo
b8671a325f
Move source into src/
4年前