From 8033ba57b969838c43608d0210fef8efdacec3c4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 26 Apr 2008 15:38:00 +0000 Subject: [PATCH] Remove unnecessary test program dependency declarations. Originally committed as revision 13001 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0fc0b1b..2ca05e6 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -475,6 +475,4 @@ DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc include $(SUBDIR)../subdir.mak -$(SUBDIR)i386/cputest-test$(EXESUF): $(SUBDIR)i386/cputest-test.o -$(SUBDIR)apiexample$(EXESUF): $(SUBDIR)apiexample.o $(SUBDIR)$(LIBNAME) $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o -- 2.7.4