fbv
fbv copied to clipboard
configure doesn't remove FBV_SUPPORT_JPEG
If libjpeg is not installed ./configure doesn't remove #define FBV_SUPPORT_JPEG which causes an error if libjpeg is not installed.
That's wired. You should try --without-libjpeg to fix this error.
If libjpeg is not installed, configure should disable this macro.