Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176660
Collapse All | Expand All

(-)ffmpeg/libavcodec/dsputil.c.orig (-1 / +1 lines)
Lines 3810-3816 Link Here
3810
    static int did_fail=0;
3810
    static int did_fail=0;
3811
    DECLARE_ALIGNED_16(int, aligned);
3811
    DECLARE_ALIGNED_16(int, aligned);
3812
3812
3813
    if((int)&aligned & 15){
3813
    if((long)&aligned & 15){
3814
        if(!did_fail){
3814
        if(!did_fail){
3815
#if defined(HAVE_MMX) || defined(HAVE_ALTIVEC)
3815
#if defined(HAVE_MMX) || defined(HAVE_ALTIVEC)
3816
            av_log(NULL, AV_LOG_ERROR,
3816
            av_log(NULL, AV_LOG_ERROR,

Return to bug 176660