[MPlayer-cvslog] r31370 - trunk/configure

diego subversion at mplayerhq.hu
Fri Jun 11 17:19:42 CEST 2010


Author: diego
Date: Fri Jun 11 17:19:42 2010
New Revision: 31370

Log:
mga_vid depends on static libswscale.
based on a patch by Reinhard Tartler

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jun 11 15:01:03 2010	(r31369)
+++ trunk/configure	Fri Jun 11 17:19:42 2010	(r31370)
@@ -7434,6 +7434,8 @@ echocheck "/dev/mga_vid"
 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'


More information about the MPlayer-cvslog mailing list