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:
authorMåns Rullgård <mans@mansr.com>2010-03-17 00:23:03 +0300
committerMåns Rullgård <mans@mansr.com>2010-03-17 00:23:03 +0300
commit3bd74e92434ba4030878ecae00db0c66649e2337 (patch)
treecaef14efaef3ab9172ec6a1827370219e06ec7c0 /libavcodec/arm
parent43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d (diff)
Simplify arch-specific object file lists
Originally committed as revision 22570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm')
-rw-r--r--libavcodec/arm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile
index 14946b8466..d05a07e756 100644
--- a/libavcodec/arm/Makefile
+++ b/libavcodec/arm/Makefile
@@ -1,13 +1,12 @@
-ARM-OBJS-$(CONFIG_H264DSP) += arm/h264dsp_init_arm.o \
+OBJS-$(CONFIG_H264DSP) += arm/h264dsp_init_arm.o \
arm/h264pred_init_arm.o \
-OBJS-$(ARCH_ARM) += arm/dsputil_init_arm.o \
+OBJS += arm/dsputil_init_arm.o \
arm/dsputil_arm.o \
arm/fft_init_arm.o \
arm/jrevdct_arm.o \
arm/mpegvideo_arm.o \
arm/simple_idct_arm.o \
- $(ARM-OBJS-yes)
OBJS-$(HAVE_ARMV5TE) += arm/dsputil_init_armv5te.o \
arm/mpegvideo_armv5te.o \