[MPlayer-dev-eng] How to make a particular .o file?
Diego Biurrun
diego at biurrun.de
Thu Feb 19 13:04:38 CET 2009
On Thu, Feb 19, 2009 at 07:54:35PM +0800, Zuxy Meng wrote:
> 2009/2/19 Diego Biurrun <diego at biurrun.de>:
> > On Thu, Feb 19, 2009 at 07:38:53PM +0800, Zuxy Meng wrote:
> >> When I invoke say "make libavcode/xxx.o" it instead starts to compile
> >> everything.
> >
> > make -C libavcodec xxx.o
> >
> > The FFmpeg parts are built semi-recursively. You have to descend into
> > one of the subdirs so that the FFmpeg build infrastructure takes over.
>
> Thanks! Then how about things under say libmpdemux?
make libmpdemux/demux_mkv.o
This works for all object files, except the FFmpeg ones, because there
we rely on the FFmpeg build infrastructure instead of duplicating it.
Diego
More information about the MPlayer-dev-eng
mailing list