diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-16 21:23:03 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-16 21:23:03 +0000 |
commit | 3bd74e92434ba4030878ecae00db0c66649e2337 (patch) | |
tree | caef14efaef3ab9172ec6a1827370219e06ec7c0 /libavcodec/alpha | |
parent | 43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d (diff) | |
download | ffmpeg-3bd74e92434ba4030878ecae00db0c66649e2337.tar.gz |
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/Makefile | 2 |
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 \ |