Commit dafe1463 authored by gpoirier's avatar gpoirier

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13134 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 09141705
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment