Hi, On Sun, Jan 30, 2011 at 4:43 AM, Denis Bessonov <[email protected]> wrote: > 1. Will I have to pay any licence fees for AAC encoding or several formats > decoding with FFmpeg (provided that program complies with LGPL)?
For FFmpeg, no. FFmpeg does not cover potential patent licenses, so you need to look into that yourself. > 2. There is a statement that I have to build FFmpeg code as dynamic library > in order to comply with LGPL. I'm actually a Windows programmer and that's > not a problem to build a dll. Is it OK to build *.so for Linux or *.dylib > for Mac? And if it's OK, is there some makefile that is capable of doing > this? --enable-shared. For the iPhone, shlibs is not allowed, so you need to build a static binary and distribute your application's object files along with FFmpeg source so we can relink a new binary. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
