[Ffmpeg-devel] proposed configure patch for better detection of cross-platform compilers

Diego Biurrun diego
Sat Mar 4 17:48:00 CET 2006


On Wed, Mar 01, 2006 at 02:42:25PM +0200, Panayotis Katsaloulis wrote:
> 2006/3/1, Diego Biurrun <diego at biurrun.de>:
> > You have the patch reversed.  Please create it with 'cvs diff -u' and
> > resend it as attachment.
> 
> Right, here it is.

This won't work.

+if test -z "$cross_prefix" ; then
-if test -z "$cross_prefix" -a "$cpu" = "`uname -m`"; then

$cpu is derived from `uname -m` on line 129ff, but in most cases the
value stored in $cpu and the output of `uname -m` are not identical.

What exactly are you trying to accomplish?

Diego





More information about the ffmpeg-devel mailing list