[MPlayer-cvslog] r31370 - trunk/configure
Reinhard Tartler
siretart at tauware.de
Sat Jun 12 10:36:53 CEST 2010
On Fri, Jun 11, 2010 at 17:19:42 (CEST), diego wrote:
> 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'
this version will not work if the user focefully enables mga and
disables a static libswscale.
I think this is undesireable, but at least we can argue that this is not
a supported configuration.
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
More information about the MPlayer-cvslog
mailing list