summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 902aac6eb4..ff79bd571d 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -360,7 +360,7 @@ OBJS-$(TARGET_IWMMXT) += armv4l/dsputil_iwmmxt.o \
ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o \
armv4l/mpegvideo_armv5te.o \
-ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o
+ASM_OBJS-$(TARGET_ARMV6) += armv4l/simple_idct_armv6.o \
OBJS-$(TARGET_ARCH_SPARC) += sparc/dsputil_vis.o \