[MPlayer-dev-eng] [PATCH] correctly report dvdread internal/external status in configure
Diego Biurrun
diego at biurrun.de
Thu Aug 16 16:12:12 CEST 2007
On Thu, Aug 16, 2007 at 01:46:20PM +0200, Guillaume LECERF wrote:
>
> This patch does $subject.
>
> --- configure (revision 24077)
> +++ configure (working copy)
> @@ -5357,6 +5357,7 @@
> _def_dvdread_internal="#define USE_DVDREAD_INTERNAL 1"
> _def_dvdread='#define USE_DVDREAD 1'
> _inputmodules="dvdread(internal) $_inputmodules"
> + _res_comment="internal"
> _largefiles=yes
> elif test "$_dvdread" = yes; then
> _def_dvdread='#define USE_DVDREAD 1'
This patch is not correct, the variable is set a few lines above already,
but only during the automatic test.
I applied the correct fix and moved the setting of the variable.
Diego
More information about the MPlayer-dev-eng
mailing list