From 2d70cc38c5350a6fe55df594cbd34bea88735559 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 28 Nov 2008 00:00:11 +0000 Subject: [PATCH] Add missing '-test' in name of imgresample test. Originally committed as revision 15947 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index e12176e434..f1917d8ace 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -490,7 +490,7 @@ OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \ TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 rangecoder snow) -TESTS-$(CONFIG_OLDSCALER) += imgresample$(EXESUF) +TESTS-$(CONFIG_OLDSCALER) += imgresample-test$(EXESUF) TESTS-$(ARCH_X86) += i386/cpuid-test$(EXESUF) motion-test$(EXESUF) CLEANFILES = apiexample$(EXESUF)