diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-08-03 13:00:37 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-08-03 13:00:37 +0000 |
commit | 90530cec20604e5e2b015529c3be6cc06c6bb049 (patch) | |
tree | 5a7f5a53bada9a67fbe388c7ddf7cff63c27add4 /libavcodec | |
parent | b394e39acf0c62cd690e16db3800e7a18f17fa14 (diff) | |
download | ffmpeg-90530cec20604e5e2b015529c3be6cc06c6bb049.tar.gz |
Cleanup
Originally committed as revision 5913 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ppc/dsputil_ppc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libavcodec/ppc/dsputil_ppc.c b/libavcodec/ppc/dsputil_ppc.c index 49807fb9eb..edfad438ca 100644 --- a/libavcodec/ppc/dsputil_ppc.c +++ b/libavcodec/ppc/dsputil_ppc.c @@ -41,6 +41,7 @@ extern void ff_snow_inner_add_yblock_altivec(uint8_t *obmc, 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 @@ long check_dcbzl_effect(void) } #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 |