[MPlayer-cvslog] r37566 - trunk/configure
rtogni
subversion at mplayerhq.hu
Mon Dec 21 21:53:46 CET 2015
Author: rtogni
Date: Mon Dec 21 21:53:45 2015
New Revision: 37566
Log:
Define HAVE_ERF in accordance with what is exported by libm.
Pathc by Etienne Buira etienne buira free fr
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Dec 20 01:34:14 2015 (r37565)
+++ trunk/configure Mon Dec 21 21:53:45 2015 (r37566)
@@ -3416,7 +3416,7 @@ fi
echores "$_kstat"
-for func in atanf cbrt cbrtf cosf expf exp2 exp2f isnan isinf llrint llrintf log2 log2f log10f lrint lrintf rint round roundf sinf trunc truncf; do
+for func in atanf cbrt cbrtf cosf expf exp2 exp2f isnan isinf llrint llrintf log2 log2f log10f lrint lrintf rint round roundf sinf trunc truncf erf; do
echocheck $func
eval _$func=no
statement_check math.h "${func}(2.0)" && eval _$func=yes
@@ -9214,6 +9214,7 @@ $def_roundf
$def_sinf
$def_trunc
$def_truncf
+$def_erf
#define HAVE_INCOMPATIBLE_LIBAV_ABI 0
#define HAVE_MSVCRT 0
More information about the MPlayer-cvslog
mailing list