[FFmpeg-cvslog] r17405 - trunk/libavcodec/Makefile

Diego Biurrun diego
Mon Feb 23 13:22:43 CET 2009


On Mon, Feb 23, 2009 at 01:03:11PM +0100, Michael Niedermayer wrote:
> On Mon, Feb 23, 2009 at 12:38:07PM +0100, Diego Biurrun wrote:
> > On Mon, Feb 23, 2009 at 12:33:42PM +0100, Michael Niedermayer wrote:
> > > On Mon, Feb 23, 2009 at 02:52:31AM +0100, Diego Biurrun wrote:
> > > > On Sun, Feb 22, 2009 at 03:49:52PM +0100, Michael Niedermayer wrote:
> > > > > On Sun, Feb 22, 2009 at 12:09:22PM +0100, Diego Biurrun wrote:
> > > > > > On Thu, Feb 19, 2009 at 12:16:09AM +0100, Diego Biurrun wrote:
> > > > > > > On Wed, Feb 18, 2009 at 12:59:55AM +0100, diego wrote:
> > > > > > > > 
> > > > > > > > Log:
> > > > > > > > mpegvideo_xvmc.o depends on mpegvideo.o.
> > > > > > > 
> > > > > > > Another thing that is relevant for the deathmatch :)
> > > > > > 
> > > > > > Michael?
> > > > > 
> > > > > thanks for fixing the case where a user enabled xvmc but disabled all codecs.
> > > > 
> > > > OK, I did one better: It's now possible to enable xvmc standalone..
> > > 
> > > so i can compile a ffmpeg with no decoder but xvmc decoding of all (=0)
> > > enabled codecs?
> > 
> > xvmc decoding of MPEG-1/2 I suppose.  It never worked with anything else
> 
> well, if you enabled mpeg1/2 then you shouldnt need mpegvideo.o explicitly
> and if you did disable mpeg1/2 and it still works then thats a bug
> 
> the combination of xvmc without mpeg1/2 makes no sense

Look at my last commit, the line is now:

OBJS-$(CONFIG_MPEG_XVMC_DECODER)       += mpegvideo_xvmc.o mpeg12.o mpeg12data.o mpegvideo.o error_resilience.o

I tested it, it compiles with everything disabled and just mpeg_xvmc
enabled.

Diego




More information about the ffmpeg-cvslog mailing list