mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5550eba88d
commit
d85d7a0be7
@ -399,8 +399,9 @@ OBJS-$(ARCH_ARMV4L) += armv4l/dsputil_arm.o \
|
||||
OBJS-$(HAVE_IWMMXT) += armv4l/dsputil_iwmmxt.o \
|
||||
armv4l/mpegvideo_iwmmxt.o \
|
||||
|
||||
OBJS-$(HAVE_ARMV5TE) += armv4l/mpegvideo_armv5te.o \
|
||||
|
||||
ASM_OBJS-$(HAVE_ARMV5TE) += armv4l/simple_idct_armv5te.o \
|
||||
armv4l/mpegvideo_armv5te.o \
|
||||
|
||||
ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user