[x264-devel] Re: [PATCH] Buils system
Måns Rullgård
mru at inprovide.com
Tue Oct 25 20:21:56 CEST 2005
Christophe Mutricy <xtophe at nxtelevision.com> writes:
> Hiya,
>
> Just a small patch to allow the user to set ar and ranlib in config.mak
> when he is in strange situation ( in my case compiling for win32 on a
> amd64 linux).
Would a more generic support for adding a common prefix to all the
tool names help your situation? I'm thinking of something like
configure --cross-prefix=foo setting the C compiler to foogcc, and so
on.
> Index: configure
> ===================================================================
> --- configure (revision 336)
> +++ configure (working copy)
> @@ -45,6 +45,9 @@
>
> EXE=""
>
> +AR="ar rc"
I'd rather specify just the name of the "ar" executable. If the
options also need to be configurable, that should be done separately:
AR=ar
AROPTS=rc
--
Måns Rullgård
mru at inprovide.com
--
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html
More information about the x264-devel
mailing list