[FFmpeg-cvslog] r9848 - trunk/libavcodec/ac3dec.c

Uoti Urpala uoti.urpala
Thu Aug 2 18:19:06 CEST 2007


On Thu, 2007-08-02 at 18:08 +0200, Benjamin Larsson wrote:
> I remeber adding one of those terrible hacks to the wma decoder. Should 
> it be reverted and a note that gcc 4.2 is required for win32 be added to 
> the homepage ?

gcc 4.2 doesn't actually help yet as an option to set the
force_align_arg_pointer function parameter for externally called
functions has not been added. And gcc 4+ is already enough if nothing
misaligns the stack (known candidates which can do that are code from
other compilers and win32 thread entry code). So if you for example use
the ffmpeg binary without threads then gcc 4+ should be enough.





More information about the ffmpeg-cvslog mailing list