[FFmpeg-cvslog] r12899 - trunk/libavcodec/Makefile
Måns Rullgård
mans
Sat Apr 19 15:16:46 CEST 2008
diego <subversion at mplayerhq.hu> writes:
> Author: diego
> Date: Sat Apr 19 11:18:25 2008
> New Revision: 12899
>
> Log:
> Fix build of cputest test program.
>
> Modified:
> trunk/libavcodec/Makefile
>
> Modified: trunk/libavcodec/Makefile
> ==============================================================================
> --- 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.
> 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.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list