[MPlayer-dev-eng] RPMs for MPlayer-0.50
Arpi
arpi at thot.banki.hu
Fri Oct 19 02:50:11 CEST 2001
Hi,
Started to commit stuff, but...
i've several problems with cpudetect.c:
test_os_katmai_exception_support();
is called but never defined. it results:
cpudetect.o(.text+0x23b): undefined reference to 'test_os_katmai_exception_support'
where should it be defined?
this line
__asm __volatile ("xorps %%xmm0, %%xmm0");
doesn't compiles:
{standard input}: Assembler messages:
{standard input}:223: Error: bad register name %%xmm0'
the right one:
__asm __volatile ("xorps %xmm0, %xmm0");
A'rpi / Astral & ESP-team
--
mailto:arpi at thot.banki.hu
http://esp-team.scene.hu
More information about the MPlayer-dev-eng
mailing list