[Ffmpeg-devel] Build problem (plus fix) on Mac OS X

Michael Niedermayer michaelni
Fri Sep 16 13:23:27 CEST 2005


Hi

On Fri, Sep 16, 2005 at 10:53:54AM +0200, Jack Jansen wrote:
> Ffmpeg defines a symbol put_string (in libavcodec/bitstream.c) that  
> clashes with a symbol defined in /usr/lib/liibiconv.dylib on Mac OS X.
> 
> The attached patch (wrt. current CVS head) fixes this by defining  
> put_string as ffmpeg_put_string.

rejected, naming it put_string() is the bug, leaving it with that name
isnt a fix, rename it to ff_put_string()

there are also just 6 hits for it when greping so the extra 3 bytes shouldt
hurt readability, if the number of occurances where huge then the #define
might be ok though

[...]

-- 
Michael





More information about the ffmpeg-devel mailing list