]> git.sesse.net Git - ffmpeg/commit
cos_tablegen: Don't use lrint
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Tue, 15 Jan 2013 21:28:04 +0000 (16:28 -0500)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Tue, 15 Oct 2013 15:52:12 +0000 (16:52 +0100)
commit50867209930fd03c05b879bd6223b52c7305c90a
treed876bd61c23fa54ba88ad9415dddb4a7e4953c54
parent008014b5e72442fe7c8bf4a31e6bb74469b81359
cos_tablegen: Don't use lrint

You cannot count on it being present on all systems, and you
cannot include libm.h in a host tool, so just hard code a baseline
implementation.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
libavcodec/cos_tablegen.c