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

Diego Biurrun diego
Sat Apr 26 18:02:49 CEST 2008


On Sat, Apr 19, 2008 at 02:16:46PM +0100, M?ns Rullg?rd wrote:
> diego <subversion at mplayerhq.hu> writes:
> 
> > Log:
> > Fix build of cputest test program.
> >
> > --- trunk/libavcodec/Makefile	(original)
> > +++ trunk/libavcodec/Makefile	Sat Apr 19 11:18:25 2008
> > @@ -467,13 +467,13 @@ ASM_OBJS-$(ARCH_BFIN)                  +
> >                                            bfin/vp3_idct_bfin.o   \
> >
> >  TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow)
> > -TESTS-$(ARCH_X86) += cpuid-test$(EXESUF) motion-test$(EXESUF)
> > +TESTS-$(ARCH_X86) += i386/cputest-test$(EXESUF) motion-test$(EXESUF)
> 
> Might I suggest renaming the file to cpuid.c?  IMHO, that's more
> descriptive of what it actually does.

Done.

> >  CLEANFILES = apiexample$(EXESUF)
> >  DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc
> >
> >  include $(SUBDIR)../subdir.mak
> >
> > -$(SUBDIR)cpuid-test$(EXESUF): $(SUBDIR)i386/cputest.o
> > +$(SUBDIR)i386/cputest-test$(EXESUF): $(SUBDIR)i386/cputest-test.o
> 
> That line is not needed.

Neither is the one below, both removed.

Diego




More information about the ffmpeg-cvslog mailing list