Mercurial > libavcodec.hg
changeset 5002:09cb686ffc0b libavcodec
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.
author | diego |
---|---|
date | Sun, 13 May 2007 22:15:52 +0000 |
parents | 75bf61c6c385 |
children | ddb28de352bb |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun May 13 20:19:22 2007 +0000 +++ b/Makefile Sun May 13 22:15:52 2007 +0000 @@ -360,7 +360,7 @@ 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 \