diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-04-12 21:42:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-04-12 21:42:55 +0000 |
commit | 788cca4135875642418fea7a4aee18a865a251cd (patch) | |
tree | 924f99468f0b9c8277e77360e2d862df0013e037 /libavcodec/Makefile | |
parent | d225a1e24890e779ac7985a78857f5e8f0a6dba2 (diff) | |
download | ffmpeg-788cca4135875642418fea7a4aee18a865a251cd.tar.gz |
Remove AltiVec optimizations for Snow. They are hindering the development
of Snow, which is still in flux.
Originally committed as revision 18475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index c24c212b14..2768057fe9 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -507,7 +507,6 @@ OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ OBJS-$(ARCH_PPC) += ppc/dsputil_ppc.o \ ALTIVEC-OBJS-$(CONFIG_H264_DECODER) += ppc/h264_altivec.o -ALTIVEC-OBJS-$(CONFIG_SNOW_DECODER) += ppc/snow_altivec.o ALTIVEC-OBJS-$(CONFIG_VC1_DECODER) += ppc/vc1dsp_altivec.o ALTIVEC-OBJS-$(CONFIG_WMV3_DECODER) += ppc/vc1dsp_altivec.o |