Mercurial > mplayer.hg
comparison configure @ 31304:0ee3a65450b2
mga_vid depends on static libswscale.
based on a patch by Reinhard Tartler
author | diego |
---|---|
date | Fri, 11 Jun 2010 15:19:42 +0000 |
parents | f4e1cf6f1bdd |
children | dc6a2cb5e0b4 |
comparison
equal
deleted
inserted
replaced
31303:18241426bb17 | 31304:0ee3a65450b2 |
---|---|
7432 | 7432 |
7433 echocheck "/dev/mga_vid" | 7433 echocheck "/dev/mga_vid" |
7434 if test "$_mga" = auto ; then | 7434 if test "$_mga" = auto ; then |
7435 _mga=no | 7435 _mga=no |
7436 test -c /dev/mga_vid && _mga=yes | 7436 test -c /dev/mga_vid && _mga=yes |
7437 test "$_libswscale_a" = no && _mga=no && | |
7438 res_comment="mga requires libswscale.a" | |
7437 fi | 7439 fi |
7438 if test "$_mga" = yes ; then | 7440 if test "$_mga" = yes ; then |
7439 def_mga='#define CONFIG_MGA 1' | 7441 def_mga='#define CONFIG_MGA 1' |
7440 vomodules="mga $vomodules" | 7442 vomodules="mga $vomodules" |
7441 else | 7443 else |