Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Poirier <gpoirier@mplayerhq.hu>2008-05-12 13:18:32 +0400
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2008-05-12 13:18:32 +0400
commitd9481eb7f32b11229bf9cd1e05dcf01c254c565c (patch)
tree19f741decae2961c6c7ae0c5fee30101eaf60f4d /libavcodec/Makefile
parentb1d966a088dc7560fab92d0dfda5999b8db4eb2c (diff)
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
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 39c8c62388..a7048ccc14 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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 \