From 6edfbdb15a312fc1cecb116a1462f2ceda248195 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 24 Dec 2005 15:35:59 +0000 Subject: * Disable the XXMC plugin if Xv support isn't there CVS patchset: 7828 CVS date: 2005/12/24 15:35:59 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 264fad845..20bf71820 100644 --- a/configure.ac +++ b/configure.ac @@ -637,7 +637,7 @@ XXMC_LIB="-L$xxmc_path -l$xxmc_stub" AC_MSG_CHECKING(whether to enable the xxmc plugin with vld extensions) AC_MSG_RESULT() dnl Check if vld "extended" XvMC is available -if test x$xxmc_stub == "xXvMCW"; then +if test x$xxmc_stub == "xXvMCW" && test x$ac_have_xv == "xyes"; then AC_CHECK_LIB($xxmc_stub, XvMCPutSlice, ac_have_xxmc="yes", [ac_have_xxmc="no" -- cgit v1.2.3