[MPlayer-users] Compile of version 35007 of mplayer fails due to ffmpeg error

stan RegBur_Flydan8 at q.com
Thu Jun 28 17:29:46 CEST 2012


On Thu, 28 Jun 2012 09:57:40 -0400
The Wanderer <wanderer at fastmail.fm> wrote:
> 
> The offending commit is FFmpeg revision
> 46df708b45b34191973ef5181b052ce8e583bb4e, "Provide fallback
> definitions for isnan() and isinf()".
> 
> In other words, by trying to be robust against systems which don't
> provide one or the other, they broke building (without configure
> updates, which are in the same commit) on systems that don't define
> HAVE_ISNAN and HAVE_ISINF. This probably doesn't affect much other
> than MPlayer.
> 
> I can confirm that if you *do* have those two functions, simply
> configuring with '--extra-cflags=-DHAVE_ISNAN -DHAVE-ISINF" works
> fine.
> 
> The attached quick-and-maybe-dirty patch seems to fix the problem for
> me.
> 

Thanks for the fast response.  I didn't try the patch, but I can
confirm that running configure as
./configure --extra-cflags="-DHAVE_ISNAN -DHAVE_ISINF"
allows the make to succeed.


More information about the MPlayer-users mailing list