configure.ac: Don't require vpx now that we don't build the webm encoder
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ AC_ARG_ENABLE(wcap-tools, [ --disable-wcap-tools],, enable_wcap_tools=yes)
|
|||||||
AM_CONDITIONAL(BUILD_WCAP_TOOLS, test x$enable_wcap_tools = xyes)
|
AM_CONDITIONAL(BUILD_WCAP_TOOLS, test x$enable_wcap_tools = xyes)
|
||||||
if test x$enable_wcap_tools = xyes; then
|
if test x$enable_wcap_tools = xyes; then
|
||||||
AC_DEFINE([BUILD_WCAP_TOOLS], [1], [Build the wcap tools])
|
AC_DEFINE([BUILD_WCAP_TOOLS], [1], [Build the wcap tools])
|
||||||
PKG_CHECK_MODULES(WCAP, [cairo vpx])
|
PKG_CHECK_MODULES(WCAP, [cairo])
|
||||||
WCAP_LIBS="$WCAP_LIBS -lm"
|
WCAP_LIBS="$WCAP_LIBS -lm"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user