[FFmpeg-devel] [PATCH 2/2] Rename log2/exp2 replacements ff_log2/ff_exp2
Ronald S. Bultje
rsbultje
Tue Jan 12 16:59:19 CET 2010
Hi,
On Tue, Jan 12, 2010 at 10:55 AM, Mans Rullgard <mans at mansr.com> wrote:
> This avoids conflicts with system headers on broken platforms.
I don't think this is right, you're essentially duplicating system
functions for the sake of broken systems, but you do so even on
non-broken ones.
I like Vitor's approach better...
Ronald
More information about the ffmpeg-devel
mailing list