comparison configure @ 32132:827d6d2f0afa

cosmetics: Place mga_vid tests along with the other video output tests.
author diego
date Mon, 13 Sep 2010 03:12:07 +0000
parents 76c60eb30d56
children 4614728cab25
comparison
equal deleted inserted replaced
32131:47c14ed68bff 32132:827d6d2f0afa
4248 ######### 4248 #########
4249 # VIDEO # 4249 # VIDEO #
4250 ######### 4250 #########
4251 4251
4252 4252
4253 echocheck "/dev/mga_vid"
4254 if test "$_mga" = auto ; then
4255 _mga=no
4256 test -c /dev/mga_vid && _mga=yes
4257 fi
4258 if test "$_mga" = yes ; then
4259 def_mga='#define CONFIG_MGA 1'
4260 vomodules="mga $vomodules"
4261 else
4262 def_mga='#undef CONFIG_MGA'
4263 novomodules="mga $novomodules"
4264 fi
4265 echores "$_mga"
4266
4267 echocheck "xmga"
4268 if test "$_xmga" = auto ; then
4269 _xmga=no
4270 test "$_x11" = yes && test "$_mga" = yes && _xmga=yes
4271 fi
4272 if test "$_xmga" = yes ; then
4273 def_xmga='#define CONFIG_XMGA 1'
4274 vomodules="xmga $vomodules"
4275 else
4276 def_xmga='#undef CONFIG_XMGA'
4277 novomodules="xmga $novomodules"
4278 fi
4279 echores "$_xmga"
4280
4281
4253 echocheck "tdfxfb" 4282 echocheck "tdfxfb"
4254 if test "$_tdfxfb" = yes ; then 4283 if test "$_tdfxfb" = yes ; then
4255 def_tdfxfb='#define CONFIG_TDFXFB 1' 4284 def_tdfxfb='#define CONFIG_TDFXFB 1'
4256 vomodules="tdfxfb $vomodules" 4285 vomodules="tdfxfb $vomodules"
4257 else 4286 else
7511 test "$_libswscale_a" = yes && def_libswscale_a='#define CONFIG_LIBSWSCALE_A 1' 7540 test "$_libswscale_a" = yes && def_libswscale_a='#define CONFIG_LIBSWSCALE_A 1'
7512 test "$_libswscale_so" = yes \ 7541 test "$_libswscale_so" = yes \
7513 && def_libswscale_so='#define CONFIG_LIBSWSCALE_SO 1' 7542 && def_libswscale_so='#define CONFIG_LIBSWSCALE_SO 1'
7514 echores "$_libswscale" 7543 echores "$_libswscale"
7515 7544
7516 echocheck "/dev/mga_vid"
7517 if test "$_mga" = auto ; then
7518 _mga=no
7519 test -c /dev/mga_vid && _mga=yes
7520 fi
7521 if test "$_mga" = yes ; then
7522 def_mga='#define CONFIG_MGA 1'
7523 vomodules="mga $vomodules"
7524 else
7525 def_mga='#undef CONFIG_MGA'
7526 novomodules="mga $novomodules"
7527 fi
7528 echores "$_mga"
7529
7530 echocheck "xmga"
7531 if test "$_xmga" = auto ; then
7532 _xmga=no
7533 test "$_x11" = yes && test "$_mga" = yes && _xmga=yes
7534 fi
7535 if test "$_xmga" = yes ; then
7536 def_xmga='#define CONFIG_XMGA 1'
7537 vomodules="xmga $vomodules"
7538 else
7539 def_xmga='#undef CONFIG_XMGA'
7540 novomodules="xmga $novomodules"
7541 fi
7542 echores "$_xmga"
7543 7545
7544 echocheck "libopencore_amr narrowband" 7546 echocheck "libopencore_amr narrowband"
7545 if test "$_libopencore_amrnb" = auto ; then 7547 if test "$_libopencore_amrnb" = auto ; then
7546 _libopencore_amrnb=no 7548 _libopencore_amrnb=no
7547 cat > $TMPC << EOF 7549 cat > $TMPC << EOF