From d0690e8d0783ad6c55cea08a2c0b597921c3f6b0 Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 24 Aug 2004 17:11:02 +0000 Subject: actually use the acceleration on SPARC git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13118 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd_libmpeg2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpcodecs/vd_libmpeg2.c') diff --git a/libmpcodecs/vd_libmpeg2.c b/libmpcodecs/vd_libmpeg2.c index 2b1323a3af..3722a0577f 100644 --- a/libmpcodecs/vd_libmpeg2.c +++ b/libmpcodecs/vd_libmpeg2.c @@ -50,8 +50,8 @@ static int init(sh_video_t *sh){ accel |= MPEG2_ACCEL_X86_3DNOW; if(gCpuCaps.hasAltiVec) accel |= MPEG2_ACCEL_PPC_ALTIVEC; - #ifdef HAVE_MLIB - accel |= MPEG2_ACCEL_MLIB; + #ifdef HAVE_VIS + accel |= MPEG2_ACCEL_SPARC_VIS; #endif mpeg2_accel(accel); -- cgit v1.2.3