Skip to content
Snippets Groups Projects
Commit 1adf2e56 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.

Originally committed as revision 9020 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 27885fad
No related branches found
No related tags found
No related merge requests found
...@@ -360,7 +360,7 @@ OBJS-$(TARGET_IWMMXT) += armv4l/dsputil_iwmmxt.o \ ...@@ -360,7 +360,7 @@ OBJS-$(TARGET_IWMMXT) += armv4l/dsputil_iwmmxt.o \
ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o \ ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o \
armv4l/mpegvideo_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 \ OBJS-$(TARGET_ARCH_SPARC) += sparc/dsputil_vis.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment