summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-12-19 08:10:06 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-12-19 08:12:07 +0800
commit74bc420940de4ed02705211ddebbc4033c032242 (patch)
treee0f178177806ed178e10128b442169925043ab10 /configure.ac
parent555eea5411cf8c725df5f1b4cb80198fa6a1225b (diff)
xvmc: fix up needed libs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 31c14a89..7dbcd47f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -248,6 +248,7 @@ if test "$XVMC" = yes && test "$DRI" = no; then
fi
if test "$XVMC" = yes; then
PKG_CHECK_MODULES(XVMCLIB, [xvmc], [XVMC=yes], [XVMC=no])
+ PKG_CHECK_MODULES(XEXT, [xext])
fi
AC_MSG_CHECKING([whether to include XvMC support])
AC_MSG_RESULT([$XVMC])