Open mplewis opened 3 weeks ago
I'm running into the same issue.
Can this repo be trimmed down to remove benchmark_xl and to reduce the dependencies on things like libjpeg-turbo? It would make more sense imo to have benchmark_xl in a separate repo with a dependency on jpegli (and libjxl, and whatever other encoders we want to benchmark).
Describe the bug I am unable to build this project from source on MacOS after following the instructions on https://github.com/google/jpegli/blob/main/BUILDING_OSX.md.
The build fails on a
fatal error: 'jpeglib.h' file not found
despite me havingjpeg-turbo
installed and configured in theCMAKE_PREFIX_PATH
.To Reproduce
Expected behavior The project builds successfully.
Environment