google-code-export / ffmpegthumbnailer

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

[PATCH] Fix some headers making it possible to use the library #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

Currenty it is not possible to use libffmpegthumbnailer because 
videothumbnailer.h is including 
some private headers.

The attached patch move the unecessary headers to the .cpp file and also make 
the histogram.h 
header installable (this is needed by videothumbnailer.h and thus need to be 
installed).

The including of config.h in main.cpp is just to fix compilation (at least it 
was broken here in OSX).

Original issue reported on code.google.com by gustavo....@gmail.com on 8 May 2009 at 5:28

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for pointing this out, the patch has been committed in subversion. I was
planning to create a new release this weekend, so this is just in time. Nice 
job!

The config.h issue was indeed a bug caused by some changes made this week.

Regards,
Dirk

Original comment by dirk.vdb on 8 May 2009 at 5:56