actually use the acceleration on SPARC

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13118 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2004-08-24 17:11:02 +00:00
parent fcf77e05c4
commit d0690e8d07
1 changed files with 2 additions and 2 deletions

View File

@ -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);