libffmpegthumbnailer/jpegwriter.cpp: In function 'boolean
ffmpegthumbnailer::jpegFlushWorkBuffer(jpeg_compress_struct*)':
libffmpegthumbnailer/jpegwriter.cpp:136: error: cannot convert 'bool' to
'boolean' in return
Fix, jpegwriter.cpp line 136:
return true;
should be
return TRUE;
Original issue reported on code.google.com by ric...@gmail.com on 1 Nov 2013 at 11:27
Original issue reported on code.google.com by
ric...@gmail.com
on 1 Nov 2013 at 11:27