compile error fix on PPC/G3

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13660 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2004-10-17 18:49:19 +00:00
parent 7306f6e2c1
commit 79d2eb0fb9
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ void mpeg2_idct_init (uint32_t accel)
mpeg2_idct_mmx_init ();
} else
#endif
#ifdef ARCH_PPC
#if defined( ARCH_PPC ) && defined( HAVE_ALTIVEC )
if (accel & MPEG2_ACCEL_PPC_ALTIVEC) {
mpeg2_idct_copy = mpeg2_idct_copy_altivec;
mpeg2_idct_add = mpeg2_idct_add_altivec;