commit | 8d25a5a633e1595fb91d0192ca0304120bfe9db3 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Jul 20 18:05:10 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Jul 20 18:05:10 2012 -0400 |
tree | f87706883838aee5c8186108ee9696259c76d271 | |
parent | 65191d144ff86ddcc7da6aeea386baaeb63ae530 [diff] |
configure.ac: Don't require vpx now that we don't build the webm encoder
diff --git a/configure.ac b/configure.ac index 30c12b4..231a024 100644 --- a/configure.ac +++ b/configure.ac
@@ -217,7 +217,7 @@ 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