[XviD-devel] Build-System Patch for iA64

Stephan Krause s_kraste at ira.uka.de
Tue Jun 17 20:12:04 CEST 2003


Hi,

we got a brand new Itanium2, and so i tried to test XViD there. Doing so i 
found out the build system does not work for iA64...
So here is a tiny patch that fixes the problem (doesn't change anything for 
other architectures)

,-------------------

diff -r xvidcore-0.9.1-patch/build/generic/platform.inc.in 
xvidcore-0.9.1/build/generic/platform.inc.in 
68c68
< DCT_IA64_SOURCES=$(SRCDIR)/dct/ia64_asm/@DCT_IA64_SOURCES@
---
> DCT_IA64_SOURCES=$(@DCT_IA64_SOURCES@)
72c72
< 
DCT_IA64_OBJECTS=$(DCT_IA64_SOURCES:. at ASSEMBLY_EXTENSION@=. at OBJECT_EXTENSION@)
---
> 
DCT_IA64_OBJECTS=$(@DCT_IA64_SOURCES@:. at ASSEMBLY_EXTENSION@=. at OBJECT_EXTENSION@)

`--------------------

MfG
Stephan

-- 
Sig fault. (core dumped)


More information about the XviD-devel mailing list