Import vpxenc from libvpx as a starting point
diff --git a/configure.ac b/configure.ac
index d4e596c..19bceef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,8 @@
PKG_CHECK_MODULES(COMPOSITOR,
[wayland-server egl >= 7.10 glesv2 xkbcommon pixman-1])
+PKG_CHECK_MODULES(WCAP, [cairo vpx])
+
AC_CHECK_PROG(RSVG_CONVERT, rsvg-convert, rsvg-convert)
AM_CONDITIONAL(HAVE_RSVG_CONVERT, test -n "$RSVG_CONVERT")
@@ -196,6 +198,7 @@
src/Makefile
src/xwayland/Makefile
clients/Makefile
+ wcap-decode/Makefile
data/Makefile
protocol/Makefile
tests/Makefile])