From 1a220bcde343f54821c36bedf66fc2f3d41c586e Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 3 Nov 2008 21:49:54 +0000 Subject: Remove forgotten ASM_OBJS in libswscale Originally committed as revision 27887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/Makefile') diff --git a/libswscale/Makefile b/libswscale/Makefile index fa96e09a8f..c42a6b7c9a 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -11,7 +11,7 @@ OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(HAVE_VIS) += yuv2rgb_vis.o -ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o +OBJS-$(ARCH_BFIN) += internal_bfin.o HEADERS = swscale.h -- cgit v1.2.3