diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-03-27 12:51:19 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-03-27 12:51:19 +0000 |
commit | 22b48b85b647390dd370cd0a1f41f371f4c010f1 (patch) | |
tree | bc3141dfb6ccebc816e9ee72cfaa492fe7d0af0c /libavcodec/Makefile | |
parent | e62c29bf57d515537c3df8f2be0da71e12868af4 (diff) | |
download | ffmpeg-22b48b85b647390dd370cd0a1f41f371f4c010f1.tar.gz |
altivec support for snow
Originally committed as revision 5228 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 72fedd032c..0344bec2f7 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -388,7 +388,7 @@ endif ifeq ($(TARGET_ALTIVEC),yes) OBJS += ppc/dsputil_altivec.o ppc/mpegvideo_altivec.o ppc/idct_altivec.o \ ppc/fft_altivec.o ppc/gmc_altivec.o ppc/fdct_altivec.o \ - ppc/dsputil_h264_altivec.o + ppc/dsputil_h264_altivec.o ppc/dsputil_snow_altivec.o endif ifeq ($(TARGET_ARCH_SH4),yes) |