bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bino-list] viewing MPO file


From: Frédéric Devernay
Subject: Re: [Bino-list] viewing MPO file
Date: Sat, 19 May 2012 18:34:38 +0200

what about using Jon Severinsson's PPA to get the latest ffmpeg? works for me.
https://launchpad.net/~jon-severinsson/+archive/ffmpeg

Le 19 mai 2012 à 16:31, Pieter Eendebak a écrit :

For everyone with the same issue: compiling the latest ffmpeg solves the problem (ubuntu 12.04)

1) Compile ffmpeg according to http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide, but add the extra option --enable-shared to configure
2) Recompile the last version of bino from http://bino3d.org/download.html
Use:
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH

to make sure bino can find ffmpeg.

With kind regards,
Pieter Eendebak

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]