GNOME Bugzilla – Bug 158067
eog 2.8 breaks when explicitly building without jpeg support
Last modified: 2005-06-24 11:05:59 UTC
Build eog with --disable-jpeg, it breaks on eog_image_jpeg_save_file calls. It seems that commit 1.38 to eog-image.c is the problem. Here's a patch that ifdefs the eog jpeg specific calls out & makes it all work again, this works fine here. I wondered what the reason for the 'special' jpeg support was anyway, i couldn't find much about it & it seems redundant with the gdkpixbuf backend.
Created attachment 33712 [details] [review] fixes building --without-jpeg
Patch applied to CVS, thanks.