[MPlayer-users] radeon_vid problem with latest CVS
Nick Kurshev
nickols_k at mail.ru
Wed Jan 2 09:06:02 CET 2002
Hello, Yotzo!
On Tue, 1 Jan 2002 23:02:06 +0100 you wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> I get
>
> depmod: *** Unresolved symbols in /lib/modules/2.4.17-rc2/kernel/drivers/video/radeon_vid.o
>
> after I run make install in drivers/radeon dir, and depmod -e says
>
> depmod: *** Unresolved symbols in /lib/modules/2.4.17-rc2/kernel/drivers/video/radeon_vid.o
> depmod: cos
> depmod: sin
>
> and I can't insert adeon_vid.o.
>
It looks very strange.
What version of gcc do you use?
There were really added such functions as sin and cos but my compiler inlines them.
Currently you may modify Makefile by adding -DAVOID_FPU after -D__KERNEL__ -DMODULE
but in this case you'll lose color correction.
Or try add -ffast-math after -O2 in CFLAGS.
Please tell me if you'll get some good results.
Best regards! Nick
More information about the MPlayer-users
mailing list