diff --git a/libswscale/Makefile b/libswscale/Makefile index 3a410aae08d28068f9434793619ab2cf3b88a262..6079d89578818dfb2de3ee72c64a47af750d9be8 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -12,7 +12,7 @@ OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(HAVE_VIS) += yuv2rgb_vis.o -TESTS = cs_test swscale-example +TESTPROGS = cs_test swscale-example include $(SUBDIR)../subdir.mak