Mercurial > libavcodec.hg
changeset 6791:23fc5822802d libavcodec
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
author | gpoirier |
---|---|
date | Mon, 12 May 2008 09:18:32 +0000 |
parents | 86ce080ea1e3 |
children | 13191e6b439c |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon May 12 06:51:30 2008 +0000 +++ b/Makefile Mon May 12 09:18:32 2008 +0000 @@ -415,12 +415,12 @@ 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 \