On Thu, Dec 1, 2011 at 4:07 AM, Luca Barbato <[email protected]> wrote: > On 01/12/11 01:30, Nathan wrote: >> >> Hi, I'm the (new) maintainer of AVbin, a project setting out to >> provide a stable ABI for the Pyglet project (and any other project >> that finds it useful) to decode audio/video by thinly wrapping FFmpeg >> and providing binary releases for various platforms. The project was >> abandoned in 2008, but I volunteered to try to revive it several weeks >> ago. The project home page is at http://avbin.github.com and the >> repository is at https://github.com/avbin/avbin > > I'm having a look, would be an option for you use a newer snapshot? > > lu
Yes, absolutely. If we could get it to work, I would be willing to use any newer version. In my testing, though, I encountered the same linking error using versions 0.7.8, 0.8.7, and git master versions of FFmpeg, so I gave up on it being fixed by newer versions of code. I haven't tried using newer versions of Libav yet, though. Assuming the codebase hasn't changed radically since the fork, it's a fairly straightforward matter of replacing the ffmpeg/ subdirectory of the project with whatever version of Libav you want to try, and running "./build.sh linux-x86-64". By the way, I get the same linking error on the 32-bit version of Ubuntu 11.10 running "./build.sh linux-x86-32" -- so the problem doesn't seem to be limited to 64-bit versions of stuff. I'll give it a try myself tonight after I get home from work. ~ Nathan _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
