Mercurial > mplayer.hg
changeset 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 | 18241426bb17 |
children | 7ae56026b7ee |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jun 11 13:01:03 2010 +0000 +++ b/configure Fri Jun 11 15:19:42 2010 +0000 @@ -7434,6 +7434,8 @@ if test "$_mga" = auto ; then _mga=no test -c /dev/mga_vid && _mga=yes + test "$_libswscale_a" = no && _mga=no && + res_comment="mga requires libswscale.a" fi if test "$_mga" = yes ; then def_mga='#define CONFIG_MGA 1'