[XviD-devel] ia64 build brokenness

Stephan Krause s_kraste at ira.uka.de
Mon Aug 11 17:59:44 CEST 2003


Duraid Madina wrote:

> On ia64 linux xvid builds without complaining, but trying to use
> libxvidcore (e.g. in my case, I'm trying to build mplayer) shows up the
> following:
>
> As mplayer tries to test libxvidcore, it gets:
[...]

It is fixed in dev-api-4, but AFAIK the patch didn't go into CVS-Head.

> P.S. Sorry I didn't fix this, but I hate autoconf with a passion 

> A quick hack to 'Makefile' to include
> ../../src/dct/ia64_asm/idct_ia64_gcc.o (append this to generic/Makefile
> line 37) at link time worked for me (DCT_IA64_OBJECTS seems to be
> missing some parts, it does include fdct_ia64.o though), at least for
> 0.9.2. CVS still refers to MMX stuff, i'm not even going there... ;)

You don't need to work with Autoconf, it will be enough if you edit 
platform.inc. 

There are variables DCT_IA64_SOURCES and DCT_IA64_OBJECTS that is set wrong. 
Setting DCT_IA64_SOURCES=$(SRCDIR)/dct/ia64_asm/idct_ia64_gcc.s and 
DCT_IA64_OBJECTS=$(DCT_IA64_SOURCES:.s=.o) will fix your Problem.

Or hope tat someone checks in the fix from dev-api-4 into the CVS-HEAD, or 
wait for XviD 1.0 ;-)

Stephan

-- 
Sig fault. (core dumped)


More information about the XviD-devel mailing list