Rene, ffmpeg compiled before, can't recall if that was an earlier version. Anyway, this time around, ffmpeg 2.0.3, configure says it can't find freetype2
I looked in the 'configure' script, and it is looking for a header file in usr/include/freetype, whereas there is only usr/include/freetype2 I was going to do a simple sed in the configure script, but then I found that the path usr/lib/include/freetype is hardcoded in at least one .c file, for example: #include <freetype/config/ftheader.h> So I did the easiest solution, modified ffmpeg.conf to create a symlink, usr/include/freetype to usr/include/freetype2, removed after make operation. My local ffmpeg.conf has a lot of differences from the official T2 rev 43452 version. I have attached it. Regards, Barry
ffmpeg.conf.patch
Description: Binary data
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
