summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-13 22:15:52 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-13 22:15:52 +0000
commit1adf2e564a303300e3431c27b79ec644ded9fe04 (patch)
treecc840f957e9fd2b159d0724618fffb311e7c0b0e /libavcodec
parent27885fad3ed5d476aec8dc5cf0aa81259835fb6a (diff)
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.
Originally committed as revision 9020 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-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 \