mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
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:
parent
7306f6e2c1
commit
79d2eb0fb9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user