From 1adf2e564a303300e3431c27b79ec644ded9fe04 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 13 May 2007 22:15:52 +0000 Subject: [PATCH] Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. Originally committed as revision 9020 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 902aac6eb..ff79bd571 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 \ -- 2.11.0