[MPlayer-users] A bunch of fresh -Wundef warnings...
Erik Auerswald
auerswal at unix-ag.uni-kl.de
Thu Oct 25 22:51:53 CEST 2012
Hi,
compiling a current svn checkout of MPlayer with a current git clone of
FFmpeg shows the following new warnings:
libavutil/libm.h:36:6: warning: "HAVE_ATANF" is not defined [-Wundef]
libavutil/libm.h:41:6: warning: "HAVE_ATAN2F" is not defined [-Wundef]
libavutil/libm.h:46:6: warning: "HAVE_POWF" is not defined [-Wundef]
libavutil/libm.h:58:6: warning: "HAVE_COSF" is not defined [-Wundef]
libavutil/libm.h:63:6: warning: "HAVE_EXPF" is not defined [-Wundef]
libavutil/libm.h:98:6: warning: "HAVE_LDEXPF" is not defined [-Wundef]
libavutil/libm.h:123:6: warning: "HAVE_LOG10F" is not defined [-Wundef]
libavutil/libm.h:128:6: warning: "HAVE_SINF" is not defined [-Wundef]
Seems some new FFmpeg #defines that need to be added somewhere™. Does
anybody know where new FFmpeg feature test macros are supposed to be
added? More specific than "to configure", please. ;-)
Thanks,
Erik
More information about the MPlayer-users
mailing list