[Ffmpeg-devel] Compiling on IRIX

Diego Biurrun diego
Wed Jun 28 16:58:01 CEST 2006


On Wed, Jun 28, 2006 at 01:52:36PM +0200, J.A. Gutierrez wrote:
> 
> 	The patch 
> 
> #if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS)
> #define UNALIGNED_STORES_ARE_BAD
> #endif
> 
> 	fixes the crash, but ARCH_MIPS is not defined at the
> 	"configure" stage.  Adding manually "#define ARCH_MIPS 1" to
> 	the generated config.h solves the problem

That's very strange.  configure should set the correct CPU type around
line 320.  Does it work if you pass the --cpu=mips option to configure?
What's the output of 'uname -m' on your system?

Diego




More information about the ffmpeg-devel mailing list