You may wish to solve this a different way so i didn't do a PR, but simply adding this line right after the #cgo LDFLAGS in jpeg/jpeg.go allows modern systems with pkg-config setups to work; then setting PKG_CONFIG_PATH is enough to get even weird install locations to work
You may wish to solve this a different way so i didn't do a PR, but simply adding this line right after the
#cgo LDFLAGS
injpeg/jpeg.go
allows modern systems with pkg-config setups to work; then settingPKG_CONFIG_PATH
is enough to get even weird install locations to work