Commit e7c5de30 authored by lu_zero's avatar lu_zero

Non Altivec optimizations already present at the top

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6588 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b055bd26
...@@ -314,11 +314,6 @@ void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx) ...@@ -314,11 +314,6 @@ void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx)
} }
} }
#endif /* POWERPC_PERFORMANCE_REPORT */ #endif /* POWERPC_PERFORMANCE_REPORT */
} else
#endif /* HAVE_ALTIVEC */
{
// Non-AltiVec PPC optimisations
// ... pending ...
} }
#endif /* HAVE_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