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/sh4 | |
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/sh4')
-rw-r--r-- | libavcodec/sh4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sh4/Makefile b/libavcodec/sh4/Makefile index d77678cf57..142cba47d1 100644 --- a/libavcodec/sh4/Makefile +++ b/libavcodec/sh4/Makefile @@ -1,3 +1,3 @@ -OBJS-$(ARCH_SH4) += sh4/dsputil_align.o \ +OBJS += sh4/dsputil_align.o \ sh4/dsputil_sh4.o \ sh4/idct_sh4.o \ |