You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
476 B
20 lines
476 B
--- mplayer.orig/configure
|
|
+++ mplayer/configure
|
|
@@ -3041,7 +3041,7 @@
|
|
fi
|
|
echores "$_posix4"
|
|
|
|
-for func in exp2 exp2f llrint log2 log2f lrint lrintf round roundf truncf; do
|
|
+for func in exp2 exp2f llrint llrintf log2 log2f lrint lrintf round roundf truncf; do
|
|
echocheck $func
|
|
cat > $TMPC << EOF
|
|
#include <math.h>
|
|
@@ -9167,6 +9167,7 @@
|
|
$def_hardcoded_tables
|
|
$def_libavcodec_mpegaudio_hp
|
|
$def_llrint
|
|
+$def_llrintf
|
|
$def_local_aligned_8
|
|
$def_local_aligned_16
|
|
$def_log2
|