Mercurial > libavcodec.hg
changeset 3542:bdbe52f38868 libavcodec
Cleanup
author | lu_zero |
---|---|
date | Thu, 03 Aug 2006 13:00:37 +0000 |
parents | 3fbddeb13686 |
children | 6aabb2bec46c |
files | ppc/dsputil_ppc.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ppc/dsputil_ppc.c Thu Aug 03 07:09:29 2006 +0000 +++ b/ppc/dsputil_ppc.c Thu Aug 03 13:00:37 2006 +0000 @@ -41,6 +41,7 @@ int add, uint8_t * dst8); void dsputil_h264_init_ppc(DSPContext* c, AVCodecContext *avctx); +void vc1dsp_init_altivec(DSPContext* c, AVCodecContext *avctx); #endif @@ -251,10 +252,6 @@ } #endif -#ifdef HAVE_ALTIVEC -void vc1dsp_init_altivec(DSPContext* c, AVCodecContext *avctx); -#endif - void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx) { // Common optimizations whether Altivec is available or not