google-code-export / ffmpegthumbnailer

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

error: ‘errno’ was not declared in this scope #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build the source from svn

the error i get:
libffmpegthumbnailer/videothumbnailer.cpp:198: error: ‘errno’ was not
declared in this scope

What version of the product are you using? On what operating system?
using svn version, svn 158 

Please provide any additional information below.
I made a patch for Foresight Linux to add: #include <errno.h>
in the file libffmpegthumbnailer/videothumbnailer.cpp
and that fixed that problem.

So i think it needs #include <errno.h>

Original issue reported on code.google.com by foresigh...@gmail.com on 21 Sep 2009 at 8:40

GoogleCodeExporter commented 9 years ago
I added #include <cerrno> (c++ variant of errno.h) to videthumbnailer.cpp

Thanks for reporting

Original comment by dirk.vdb on 21 Sep 2009 at 8:54