libfaad2: change lrintf availability logic
commit1cf83abdad5be93abbed6b1ebe014c13cdb7fb15
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Tue, 21 Sep 2010 13:04:05 +0000 (21 13:04 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:18:07 +0000 (2 04:18 +0200)
treed347b109c7e328100a2c807684a51c93b95aa2ca
parent6a5b528749bb60e21b133f72d5afb4fd2d60bd7b
libfaad2: change lrintf availability logic

Remove local HAVE_LRINTF hack; it should no longer be necessary.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32335 b3059339-0415-0410-9bf9-f77b7e298cf2

Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set.
This should be enough to ensure that a system lrintf implementation exists.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32342 b3059339-0415-0410-9bf9-f77b7e298cf2

Check for __STDC_VERSION__ >= 199901L before declaring lrintf().
This is the correct condition according to the standard.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32385 b3059339-0415-0410-9bf9-f77b7e298cf2

Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32391 b3059339-0415-0410-9bf9-f77b7e298cf2
libfaad2/common.h
libfaad2/local_changes.diff