Browse Source

mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS

Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 17 years ago
parent
commit
d85d7a0be7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavcodec/Makefile

+ 2
- 1
libavcodec/Makefile View File

@@ -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…
Cancel
Save