Commit b6f3013b authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* SYS_DARWIN -> __ppc__ || __ppc64__

parent 2f503efb
...@@ -161,7 +161,7 @@ static int OpenDecoder( vlc_object_t *p_this ) ...@@ -161,7 +161,7 @@ static int OpenDecoder( vlc_object_t *p_this )
i_accel |= MPEG2_ACCEL_X86_MMXEXT; i_accel |= MPEG2_ACCEL_X86_MMXEXT;
} }
#elif defined( __powerpc__ ) || defined( SYS_DARWIN ) #elif defined( __powerpc__ ) || defined( __ppc__ ) || defined( __ppc64__ )
if( p_dec->p_libvlc->i_cpu & CPU_CAPABILITY_ALTIVEC ) if( p_dec->p_libvlc->i_cpu & CPU_CAPABILITY_ALTIVEC )
{ {
i_accel |= MPEG2_ACCEL_PPC_ALTIVEC; i_accel |= MPEG2_ACCEL_PPC_ALTIVEC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment