On Sep 17, 2014 7:58 PM, "Lynn Yu" <yuqilin1...@gmail.com> wrote: > > I think you misunderstand what I mean. Of course I know how each lib works. > I want to know, if I 'ar' the libavformat.a libavcodec.a into one > libffmpeg.a, how can I retain their function symbols in the new libffmpeg.a.
There won't be any symbol clash, because if there is a clash, statically linking an application (e.g. ffmpeg) that uses all the libraries won't work. Timothy _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel