[FFmpeg-devel] archive ffmpeg all objs into one lib, feasible?

2014-09-17 Thread Lynn Yu
I've build ffmpeg static libraries, and all necessary objs (*.o) generated in their source directory. I use 'ar' to archive all these objs into one libffmpeg.a. command: *ar rc libffmpeg.a *.o* I notice that, there are some objs have same name in different dirs, for example *libavformat/4xm.o a

Re: [FFmpeg-devel] archive ffmpeg all objs into one lib, feasible?

2014-09-17 Thread Lynn Yu
t; work. > > On Wed, Sep 17, 2014 at 10:37 AM, Lynn Yu wrote: > > > I've build ffmpeg static libraries, and all necessary objs (*.o) > generated > > in their source directory. > > > > I use 'ar' to archive all these objs into one libffmpeg.a. >

Re: [FFmpeg-devel] archive ffmpeg all objs into one lib, feasible?

2014-09-17 Thread Lynn Yu
Yes, I think you're right. Thanks for help! 2014-09-18 11:46 GMT+08:00 Timothy Gu : > On Sep 17, 2014 7:58 PM, "Lynn Yu" wrote: > > > > I think you misunderstand what I mean. Of course I know how each lib > works. > > I want to know, if I '