mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.
Originally committed as revision 9020 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
27885fad3e
commit
1adf2e564a
@ -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 \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user