You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake: also find jconfig.h from libturbojpeg from arch-specific include directory
This header file is architecture-dependent and can be stored as:
- /usr/include/i386-linux-gnu/jconfig.h
- /usr/include/x86_64-linux-gnu/jconfig.h
Instead of:
- /usr/include/jconfig.h
Signed-off-by: Thomas Debesse <dev@illwieckz.net>
0 commit comments