diff 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
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'