Skip to content
Snippets Groups Projects
Commit d85d7a0b authored by Måns Rullgård's avatar Måns Rullgård
Browse files

mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS

Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5550eba8
No related branches found
No related tags found
No related merge requests found
...@@ -399,8 +399,9 @@ OBJS-$(ARCH_ARMV4L) += armv4l/dsputil_arm.o \ ...@@ -399,8 +399,9 @@ OBJS-$(ARCH_ARMV4L) += armv4l/dsputil_arm.o \
OBJS-$(HAVE_IWMMXT) += armv4l/dsputil_iwmmxt.o \ OBJS-$(HAVE_IWMMXT) += armv4l/dsputil_iwmmxt.o \
armv4l/mpegvideo_iwmmxt.o \ armv4l/mpegvideo_iwmmxt.o \
OBJS-$(HAVE_ARMV5TE) += armv4l/mpegvideo_armv5te.o \
ASM_OBJS-$(HAVE_ARMV5TE) += armv4l/simple_idct_armv5te.o \ ASM_OBJS-$(HAVE_ARMV5TE) += armv4l/simple_idct_armv5te.o \
armv4l/mpegvideo_armv5te.o \
ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \ ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.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