On Sat, May 19, 2012 at 3:18 PM, Martin Lambers
<address@hidden> wrote:
On Sat, 19 May 2012 13:43:25 +0200, Pieter Eendebak wrote:
> Thanks for your effort. Compiling the latest ffmpeg on my system is no
> problem (I will do this right now), but removing the default ffmpeg
> package from by system is not possible due to depenencies so I will
> have to tell bino somehow to use the local ffmpeg libs and headers.
You can do that by setting the PKG_CONFIG_PATH environment variable to
the location where your local FFmpeg install keeps its *.pc files, e.g.
$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
$ ./configure ...
Martin