diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-27 11:33:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-27 11:33:26 +0000 |
commit | 79cb09b2f76c86dc988a5eba33b0cf8bd08a9b0e (patch) | |
tree | 1d4069cd7b3a696e41f88689fb170e431c2430aa /libavcodec/Makefile | |
parent | d89eae6f1a143b5af89f6907cc8abea4d1dee8e4 (diff) | |
download | ffmpeg-79cb09b2f76c86dc988a5eba33b0cf8bd08a9b0e.tar.gz |
consistency cosmetics: Rename POWERPC identifiers to PPC.
Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index aaeb9a40f4..ca94d169e9 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -463,7 +463,7 @@ OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ bfin/vp3_bfin.o \ bfin/vp3_idct_bfin.o \ -OBJS-$(ARCH_POWERPC) += ppc/dsputil_ppc.o \ +OBJS-$(ARCH_PPC) += ppc/dsputil_ppc.o \ ALTIVEC-OBJS-$(CONFIG_H264_DECODER) += ppc/h264_altivec.o ALTIVEC-OBJS-$(CONFIG_OLDSCALER) += ppc/imgresample_altivec.o |