From 85fa502b8d69f72eecee95fe3692344ae4035989 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 5 Dec 2001 15:12:02 +0000 Subject: altivec support by Jeffrey W. Baker CVS patchset: 1171 CVS date: 2001/12/05 15:12:02 --- src/libmpeg2/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libmpeg2/Makefile.am') diff --git a/src/libmpeg2/Makefile.am b/src/libmpeg2/Makefile.am index cf093d802..eec705b15 100644 --- a/src/libmpeg2/Makefile.am +++ b/src/libmpeg2/Makefile.am @@ -14,7 +14,8 @@ lib_LTLIBRARIES = xineplug_decode_mpeg2.la xineplug_decode_mpeg2_la_SOURCES = slice.c header.c stats.c idct.c \ motion_comp.c decode.c idct_mmx.c motion_comp_mmx.c \ - idct_mlib.c motion_comp_mlib.c xine_decoder.c + idct_mlib.c motion_comp_mlib.c idct_altivec.c \ + motion_comp_altivec.c xine_decoder.c xineplug_decode_mpeg2_la_LDFLAGS = -avoid-version -module noinst_HEADERS = vlc.h mpeg2.h mpeg2_internal.h -- cgit v1.2.3