[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] Compilation for dummies
From: |
Joachim Tesch |
Subject: |
Re: [Bino-list] Compilation for dummies |
Date: |
Thu, 08 Mar 2012 16:50:29 +0100 |
User-agent: |
Thunderbird 2.0.0.21 (Windows/20090302) |
Here's a summary of the issues I had to resolve early February in order
to compile Bino 1.3.0 for Windows:
1. Using Ubuntu 11.10 in with latest updates (running in VirtualBox)
2. Used head revision mingw-cross-env (r2235, 20120208). r1955 has
mingwrt download errors.
3. libvpx build failed. Removed it from src/ffmpeg.mk
4. Added "-lavfilter -lswresample" after "-lavdevice" in
libavdevice_LIBS section in src/Makefile
This resolved the
undefined reference to `_av_buffersink_get_buffer_ref'
error.
5. If you want console output under Windows then you also need to add
the "-mconsole" flag at the proper place. I did it in the Makefile as a
quick solution.
Steps 4. and 5. could probably also be done by correctly invoking the
configure script.
Cheers,
Joachim
On 3/8/2012 4:14 PM, Martin Lambers wrote:
Hi Tim!
On Thu, 08 Mar 2012 14:09:03 +0000, Tim Sampson wrote:
Is there an idiot's guide to compiling Bino (for Windows) or is it so
complicated that a noob shouldn't even consider it?
Currently, the easiest way to build Bino for Windows is described here:
http://git.savannah.gnu.org/cgit/bino.git/tree/README.Windows