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/ppc | |
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/ppc')
-rw-r--r-- | libavcodec/ppc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/Makefile b/libavcodec/ppc/Makefile index 52e0cf628c..5d5a59b4c5 100644 --- a/libavcodec/ppc/Makefile +++ b/libavcodec/ppc/Makefile @@ -1,4 +1,4 @@ -OBJS-$(ARCH_PPC) += ppc/dsputil_ppc.o \ +OBJS += ppc/dsputil_ppc.o \ ALTIVEC-OBJS-$(CONFIG_H264DSP) += ppc/h264_altivec.o ALTIVEC-OBJS-$(CONFIG_VC1_DECODER) += ppc/vc1dsp_altivec.o |