Michael Winter <mwinter@...> writes: > But the license compliance checklist looks strictly > detailed for lgpl. > > For example, lame is lgpl except for the mpeg123 > libs they use for decoding which is gpl.
You win;-)) If I understand correctly, lame contains GPL code by default without telling... Since FFmpeg does not (never) use that code, you can simply disable it when compiling lame to be on the safe side: $ configure --disable-decoder Allow me to repeat that this does not change the abilities of your resulting FFmpeg binary. Thank you! (Please do not top-post here.) Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
