cornel90 / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
0 stars 0 forks source link

build error in jpegwriter.cpp & fix #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This is already fixed in subversion. I will try to make a release soon.

Original comment by dirk.vdb on 1 Nov 2013 at 2:08