Remove unnecessary test program dependency declarations.

Originally committed as revision 13001 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 80b1e6cc1f
commit 8033ba57b9
  1. 2
      libavcodec/Makefile

@ -475,6 +475,4 @@ DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc
include $(SUBDIR)../subdir.mak 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 $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o

Loading…
Cancel
Save