From b248b393df3ab7aabb4d58de643fb17af1c141ff Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 7 Jun 2008 14:00:04 +0000 Subject: Only check for VIDIX PCI device name database if VIDIX is enabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27024 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'configure') diff --git a/configure b/configure index cd6694458f..3614f5cdab 100755 --- a/configure +++ b/configure @@ -4241,6 +4241,15 @@ if test "$_vidix" = yes ; then eval _vidix_drv_${driver}=yes eval _def_vidix_drv_${driver}=\"\#define CONFIG_VIDIX_DRV_${uc_driver} 1\" done + + echocheck "VIDIX PCI device name database" + echores "$_vidix_pcidb" + if test "$_vidix_pcidb" = yes ; then + _vidix_pcidb_val=1 + else + _vidix_pcidb_val=0 + fi + else _novomodules="cvidix $_novomodules" fi @@ -4259,14 +4268,6 @@ else _novomodules="xvidix $_novomodules" fi -echocheck "VIDIX PCI device name database" -echores "$_vidix_pcidb" -if test "$_vidix_pcidb" = yes ; then - _vidix_pcidb_val=1 -else - _vidix_pcidb_val=0 -fi - echocheck "/dev/mga_vid" if test "$_mga" = auto ; then _mga=no -- cgit v1.2.3