aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-03-27 12:51:19 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-03-27 12:51:19 +0000
commit22b48b85b647390dd370cd0a1f41f371f4c010f1 (patch)
treebc3141dfb6ccebc816e9ee72cfaa492fe7d0af0c /libavcodec/Makefile
parente62c29bf57d515537c3df8f2be0da71e12868af4 (diff)
downloadffmpeg-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/Makefile2
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)