[MPlayer-cvslog] r29043 - trunk/configure

Andrew Savchenko bircoph at gmail.com
Tue Mar 24 12:55:21 CET 2009


Hi,

On Tuesday 24 March 2009 02:37, diego wrote:
> Author: diego
> Date: Tue Mar 24 00:37:51 2009
> New Revision: 29043
>
> Log:
> Rename --with-extraincdir option to --extra-cflags.
[...]
>  Use these options if autodetection fails (Options marked with
> (*) accept multiple paths separated by ':'):
> +  --extra-cflags=FLAGS        extra CFLAGS
>    --extra-libs=FLAGS          extra linker flags
>    --extra-libs-mplayer=FLAGS  extra linker flags for MPlayer
>    --extra-libs-mencoder=FLAGS extra linker flags for MEncoder
> -  --with-extraincdir=DIR      extra header search paths in DIR
> (*) --with-extralibdir=DIR      extra linker search paths in DIR
> (*) --with-xvmclib=NAME         adapter-specific library name
> (e.g. XvMCNVIDIA)
>
> @@ -765,9 +765,6 @@ for ac_option do
>    --realcodecsdir=*)
>      _realcodecsdir=`echo $ac_option | cut -d '=' -f 2`
>      ;;
> -  --with-extraincdir=*)
> -    _inc_extra=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:,
> -I,g'` -    ;;
>    --with-extralibdir=*)
>      _ld_extra=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:,
> -L,g'` ;;
> @@ -801,6 +798,9 @@ for ac_option do
>      _dvdreadconfig=`echo $ac_option | cut -d '=' -f 2`
>      ;;
>
> +  --extra-cflags=*)
> +    _extra_cflags=-`echo $ac_option | cut -d '=' -f 2`
> +    ;;

This brokes multiple paths specification, previously it was 
possible using ':' separator. Please fix it.

-- 
Best regards,
Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20090324/b06a22e8/attachment.pgp>


More information about the MPlayer-cvslog mailing list