View Single Post
Old 11th October 2011, 06:05   #17  |  Link
the_weirdo
Yes, I'm weird.
 
the_weirdo's Avatar
 
Join Date: May 2010
Location: Southeast Asia
Posts: 271
Quote:
Originally Posted by jmac698 View Post
I had an error about lib.exe not found but it still built.
Because when you build ffmpeg/ffmbc/libav with "--enable-shared", you'll need lib.exe from MSVC to create *.lib files. You can ignore that error message if you don't need *.lib files. However, it's better that you build it as static instead shared libs, unless you need those libs for other purposes.

One small mistake in your guide: "--enable-version3 is required by libopencore-amr(nb/wb) and libvo-(aac/amrwb)enc" is true with ffmpeg/libav, but configure of FFmbc doesn't have that option. FFmbc license is GPL v2 only (at least for now).

Last edited by the_weirdo; 11th October 2011 at 06:14.
the_weirdo is offline   Reply With Quote