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

Propagate OPUS_VERSION to config.h.

I'm not sure how this worked before, the the previous version
string fiddling commit ended up not defining OPUS_VERSION in
the autoconf build, so opus_get_version_string() returned
'unknown'.
parent 5685bd31
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ VERSION=$OPUS_VERSION
# For config.h.
AC_SUBST(OPUS_VERSION)
AC_DEFINE_UNQUOTED([OPUS_VERSION], ["$OPUS_VERSION"],
[Opus library version string])
# For libtool.
dnl Please update these for releases.
......
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