mirror of
https://github.com/xiph/opus.git
synced 2025-06-02 08:37:43 +00:00
Document how to tell if your build is fixed-point.
This way we won't break this by accident.
This commit is contained in:
parent
45cbdff36f
commit
75d81f5bb3
2 changed files with 7 additions and 0 deletions
|
@ -280,6 +280,9 @@ const char *opus_strerror(int error)
|
|||
const char *opus_get_version_string(void)
|
||||
{
|
||||
return "libopus " PACKAGE_VERSION
|
||||
/* Applications may rely on the presence of this substring in the version
|
||||
string to determine if they have a fixed-point or floating-point build
|
||||
at runtime. */
|
||||
#ifdef FIXED_POINT
|
||||
"-fixed"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue