godspeed1989 / fbv

framebuffer image viewer
Other
81 stars 39 forks source link

configure doesn't remove FBV_SUPPORT_JPEG #27

Open lenniea opened 3 years ago

lenniea commented 3 years ago

If libjpeg is not installed ./configure doesn't remove #define FBV_SUPPORT_JPEG which causes an error if libjpeg is not installed.

godspeed1989 commented 3 years ago

That's wired. You should try --without-libjpeg to fix this error. If libjpeg is not installed, configure should disable this macro.