Skip to content
Snippets Groups Projects
Commit 3ef8a166 authored by Ralph Giles's avatar Ralph Giles
Browse files

Opus custom requires libm unconditionally.

parent d47ddfb4
No related branches found
No related tags found
No related merge requests found
......@@ -283,6 +283,11 @@ else
PC_BUILD="fixed-point"
PC_LIBM=
fi
dnl opus_custom requires libm as well
if test x$ac_enable_custom_modes = xyes; then
PC_BUILD="${PC_BUILD}, custom modes"
PC_LIBM=$LIBM
fi
AC_SUBST([PC_BUILD])
AC_SUBST([PC_LIBM])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment