[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] Bino SegVault
From: |
Martin Lambers |
Subject: |
Re: [Bino-list] Bino SegVault |
Date: |
Fri, 22 Apr 2011 16:41:55 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 |
Hi Elmar!
On 19/04/11 23:07, Elmar Berghöfer wrote:
> But as i said in my first mail, i tested bino successfully on the
> system, somehow the update has caused the problem. Maybe incompatibility
> with some of the newer libs or what ever, i guess.
Can you try to build Bino from source, using FFmpeg-0.6.90-rc0 (or Libav
0.7beta1)? I don't know about the FFmpeg packages from the videolan
repository you mentioned. The libraries change a lot currently, and an
update might cause trouble.
Both FFmpeg and Libav can be built using just
$ ./configure --prefix=/some/where
$ make; make install
When building Bino, you can tell it where to find these libraries using
$ ./configure PKG_CONFIG_PATH=/some/where/lib/pkgconfig:$PKG_CONFIG_PATH
Martin