[FFmpeg-cvslog] r25074 - in trunk/libavcodec/ppc: check_altivec.c dsputil_altivec.h dsputil_ppc.c h264_altivec.c mpegvideo_altivec.c vp8dsp_altivec.c

Diego Biurrun diego
Wed Sep 8 16:16:53 CEST 2010


On Wed, Sep 08, 2010 at 12:02:40PM +0200, stefano wrote:
> 
> Log:
> Merge has_altivec() function into mm_support(), remove it and use
> mm_support() instead.

Please grep for things you remove before committing to make sure
you have not overlooked any leftovers:

~/src/ffmpeg $ svn-grep -r has_altivec *
libavcodec/libxvidff.c:int has_altivec(void);
libavcodec/libxvidff.c:    if( has_altivec() ) {

Diego



More information about the ffmpeg-cvslog mailing list