[FFmpeg-cvslog] r13134 - trunk/libavcodec/Makefile
gpoirier
subversion
Mon May 12 11:18:32 CEST 2008
Author: gpoirier
Date: Mon May 12 11:18:32 2008
New Revision: 13134
Log:
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
Modified:
trunk/libavcodec/Makefile
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Mon May 12 11:18:32 2008
@@ -415,12 +415,12 @@ OBJS-$(HAVE_IWMMXT) +
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 \
More information about the ffmpeg-cvslog
mailing list