From 8d25a5a633e1595fb91d0192ca0304120bfe9db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 20 Jul 2012 18:05:10 -0400 Subject: [PATCH] configure.ac: Don't require vpx now that we don't build the webm encoder --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 30c12b49..231a024a 100644 --- a/configure.ac +++ b/configure.ac @@ -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) if test x$enable_wcap_tools = xyes; then 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" fi