aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-04-10 09:47:37 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-04-10 09:47:37 +0000
commit1f1aadc37c80e16c79fbddc260fcd8006ba90b96 (patch)
treeaf389380193b97b391ee02d0c22e084d1b6dd084 /libavcodec/Makefile
parent6db140ddb4202e603efb5e2c81575d38d5f406f1 (diff)
downloadffmpeg-1f1aadc37c80e16c79fbddc260fcd8006ba90b96.tar.gz
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1
Originally committed as revision 8706 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index f295759674..f1a168557b 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -390,6 +390,7 @@ OBJS-$(TARGET_ALTIVEC) += ppc/dsputil_altivec.o \
ppc/gmc_altivec.o \
ppc/fdct_altivec.o \
ppc/float_altivec.o \
+ ppc/int_altivec.o \
ifeq ($(TARGET_ALTIVEC),yes)
OBJS-$(CONFIG_H264_DECODER) += ppc/h264_altivec.o