From d85d7a0be77449f36f28ffeaffb2624d4756331e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 17 Mar 2008 02:33:08 +0000 Subject: [PATCH] mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a3570bd262..a00c2acfce 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -399,8 +399,9 @@ OBJS-$(ARCH_ARMV4L) += armv4l/dsputil_arm.o \ OBJS-$(HAVE_IWMMXT) += armv4l/dsputil_iwmmxt.o \ armv4l/mpegvideo_iwmmxt.o \ +OBJS-$(HAVE_ARMV5TE) += armv4l/mpegvideo_armv5te.o \ + ASM_OBJS-$(HAVE_ARMV5TE) += armv4l/simple_idct_armv5te.o \ - armv4l/mpegvideo_armv5te.o \ ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \