comparison configure @ 33283:7b18f6e6e11c

configure: Employ proper autodetection for the matrixview video output.
author diego
date Thu, 05 May 2011 10:25:14 +0000
parents 0abc79c9142d
children 326bd394efab
comparison
equal deleted inserted replaced
33282:3ce656827dd7 33283:7b18f6e6e11c
671 _pnm=yes 671 _pnm=yes
672 _md5sum=yes 672 _md5sum=yes
673 _yuv4mpeg=yes 673 _yuv4mpeg=yes
674 _gif=auto 674 _gif=auto
675 _gl=auto 675 _gl=auto
676 matrixview=yes 676 matrixview=auto
677 _ggi=auto 677 _ggi=auto
678 _ggiwmh=auto 678 _ggiwmh=auto
679 _aa=auto 679 _aa=auto
680 _caca=auto 680 _caca=auto
681 _svga=auto 681 _svga=auto
5192 fi 5192 fi
5193 echores "$_gl" 5193 echores "$_gl"
5194 5194
5195 5195
5196 echocheck "MatrixView" 5196 echocheck "MatrixView"
5197 if test "$_gl" = no ; then 5197 if test "$matrixview" = auto && test "$_gl" = no ; then
5198 matrixview=no 5198 matrixview=no
5199 fi 5199 fi
5200 if test "$matrixview" = yes ; then 5200 if test "$matrixview" = yes ; then
5201 vomodules="matrixview $vomodules" 5201 vomodules="matrixview $vomodules"
5202 def_matrixview='#define CONFIG_MATRIXVIEW 1' 5202 def_matrixview='#define CONFIG_MATRIXVIEW 1'