[x264-devel] [PATCH] Specify cross compile tools

David DeHaven dave at sagetv.com
Sun Dec 14 02:07:51 CET 2008


Building with cross compilers might need different ar and ranlib  
binaries than "ar" or "ranlib".

Specify the binaries to use the same way as gcc, by setting AR and  
RANLIB environment variables, e.g.:
AR=i686-mingw32-ar RANLIB=i686-mingw32-ranlib CC=i686-mingw32-gcc ./ 
configure

Default is the same as current, "ar" and "ranlib".

-DrD-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x264-cross-tools.patch
Type: application/octet-stream
Size: 1200 bytes
Desc: not available
Url : http://mailman.videolan.org/pipermail/x264-devel/attachments/20081213/77d8e3f2/attachment.obj 
-------------- next part --------------





More information about the x264-devel mailing list