summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2005-09-11 18:25:27 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2005-09-11 18:25:27 +0000
commit6140efabd4d1dc46f40d3bc15ad2d78307c5c6e3 (patch)
tree02aca0dee53a1eb292f25a0ba82fecc1cd9c8227
parentcd5375fa75e1f232d23069a59a82f0bcf6ee2a9f (diff)
XvMC depends on xv. (Bugzilla #4367, Joshua Baergen).
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b0a3421..101b52f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for dependencies
-PKG_CHECK_MODULES(XVMC, x11 xext xextproto videoproto)
+PKG_CHECK_MODULES(XVMC, x11 xext xv xextproto videoproto)
AC_SUBST(XVMC_CFLAGS)
AC_SUBST(XVMC_LIBS)