mirror of
https://github.com/xiph/opus.git
synced 2025-05-28 22:29:14 +00:00
Fix error message
Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
This commit is contained in:
parent
ec11c82250
commit
19b13443b3
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ AS_IF([test x"$enable_intrinsics" = x"yes"],[
|
||||||
]])],
|
]])],
|
||||||
[AC_MSG_RESULT([C method])
|
[AC_MSG_RESULT([C method])
|
||||||
AC_DEFINE([CPU_INFO_BY_C], [1], [Get CPU Info by c method])],
|
AC_DEFINE([CPU_INFO_BY_C], [1], [Get CPU Info by c method])],
|
||||||
[AC_MSG_ERROR([no supported Get CPU Info method, please disable intrinsics])])])])
|
[AC_MSG_ERROR([no supported Get CPU Info method, please disable real time CPU detection])])])])
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
AC_MSG_WARN([No intrinsics support for your architecture])
|
AC_MSG_WARN([No intrinsics support for your architecture])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue