Browse Source

armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since

it's build out of a C file, not an ASM file

Originally committed as revision 13134 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Guillaume Poirier 18 years ago
parent
commit
d9481eb7f3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/Makefile

+ 2
- 2
libavcodec/Makefile View File

@@ -415,12 +415,12 @@ OBJS-$(HAVE_IWMMXT) += armv4l/dsputil_iwmmxt.o \

OBJS-$(HAVE_ARMV5TE) += armv4l/mpegvideo_armv5te.o \

OBJS-$(HAVE_ARMVFP) += armv4l/float_arm_vfp.o \

ASM_OBJS-$(HAVE_ARMV5TE) += armv4l/simple_idct_armv5te.o \

ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \

ASM_OBJS-$(HAVE_ARMVFP) += armv4l/float_arm_vfp.o \

OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
sparc/simple_idct_vis.o \



Loading…
Cancel
Save