Hi Barry,

On Nov 30, 2014, at 17:26, Barry Kauler <[email protected]> wrote:

> 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.


Ugg, that is of course not very nice, … I guess patching the include filename 
and path would probably have been enough.

Anyway, I had a not yet finished ffmpeg update lingering in my working copy. I 
took the time to merge most of your configure options, and updated some other 
required dependencies (like libvpx, xvid, …), and thus we are finally at the 
latest version:

Committed revision 43465.

Let me know how that goes on your side.

        René

-- 
 ExactCODE GmbH, Lietzenburger Str. 42, DE-10117 Berlin
 http://exactcode.com | http://exactscan.com | http://ocrkit.com | 
http://t2-project.org | http://rene.rebe.de

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to