[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] viewing MPO file
From: |
Martin Lambers |
Subject: |
Re: [Bino-list] viewing MPO file |
Date: |
Sat, 19 May 2012 15:18:15 +0200 |
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