# HG changeset patch # User diego # Date 1276269582 0 # Node ID 0ee3a65450b2325be242b0b7e374a8506405e694 # Parent 18241426bb174a1d0da9f8190c1522bf87c5a69a mga_vid depends on static libswscale. based on a patch by Reinhard Tartler diff -r 18241426bb17 -r 0ee3a65450b2 configure --- 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'