Skip to content
Snippets Groups Projects
Verified Commit 0c1337f5 authored by Mark Harris's avatar Mark Harris
Browse files

configure: require libopusenc >= 0.2

parent 9141fa2d
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ AS_IF([test "$HAVE_PKG_CONFIG" = "yes"],
dnl check for libopusenc
AS_IF([test "$HAVE_PKG_CONFIG" = "yes"],
[PKG_CHECK_MODULES([LIBOPUSENC],[libopusenc >= 0.1.1])],
[PKG_CHECK_MODULES([LIBOPUSENC],[libopusenc >= 0.2])],
[
dnl fall back to the old school test
XIPH_PATH_LIBOPUSENC(, AC_MSG_ERROR([
......
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