[FFmpeg-cvslog] r12311 - in trunk/libavcodec: dsputil.c dsputil.h mpegvideo.c mpegvideo.h

Luca Barbato lu_zero
Tue Mar 4 18:09:45 CET 2008


Mike Melanson wrote:
> aurel wrote:
>> Author: aurel
>> Date: Tue Mar  4 11:26:56 2008
>> New Revision: 12311
>>
>> Log:
>> move ff_init_scantable() into dsputil
>>
>> Modified:
>>    trunk/libavcodec/dsputil.c
>>    trunk/libavcodec/dsputil.h
>>    trunk/libavcodec/mpegvideo.c
>>    trunk/libavcodec/mpegvideo.h
> 
> Boom. This change broke all of the PowerPC builds. Check FATE:
> 
>   http://fate.multimedia.cx/
> 
> Click on the history link for a particular configuration to see which
> change broke compilation. The error boils down to:
> 
> /tmp/fate/source/libavcodec/dsputil.h:165: error: expected
> specifier-qualifier-list before 'DECLARE_ALIGNED_8'
> 
> repeated over and over for many files.
> 

s/DECLARE_ALIGNED_8(/DECLARE_ALIGNED(8,

and works ^^

lu




More information about the ffmpeg-cvslog mailing list