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-26 06:35:25 +0800
commit5586aa24ebfbd7333c3438a7c7e4810bc548ff1b (patch)
treea5f529b52bd7a2afbb4222d2a703bd878d08b682 /configure.ac
parent304dddf6578c55ce7324d930cfb9b3ba605a007a (diff)
xvmc: fix up needed libs
(cherry picked from commit 74bc420940de4ed02705211ddebbc4033c032242)
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 dd4e1142..3f0c6d16 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])