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/alpha
parent43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d (diff)
Simplify arch-specific object file lists
Originally committed as revision 22570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alpha')
-rw-r--r--libavcodec/alpha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/alpha/Makefile b/libavcodec/alpha/Makefile
index 3493adfbc2..2779a2316a 100644
--- a/libavcodec/alpha/Makefile
+++ b/libavcodec/alpha/Makefile
@@ -1,4 +1,4 @@
-OBJS-$(ARCH_ALPHA) += alpha/dsputil_alpha.o \
+OBJS += alpha/dsputil_alpha.o \
alpha/dsputil_alpha_asm.o \
alpha/motion_est_alpha.o \
alpha/motion_est_mvi_asm.o \