[MPlayer-dev-eng] Minor quirk for Kernel 2.6.6 in ldt_keeper.c

Ingo Krabbe i.krabbe at dokom.net
Wed May 26 08:21:25 CEST 2004


Ingo Krabbe wrote:

> seems to be a version quirk in loader/ldt_keeper.c
>
> ---- lines 27ff
> // 2.5.xx+ calls this user_desc:
> #include <linux/version.h>
> #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,47)
> #define modify_ldt_ldt_s user_desc
> #endif
>
> It looks as if kernel 2.6 calls this modify_ldt_ldt_s again.
>
> so you might should change
>
> if ( (LINUX_VERSION_CODE>=KERNEL_VERSION(2,5,47)) &&
>      LINUX_VERSION_CODE<KERNEL_VERSION(2,6,6)) )
>
> I don't know the exact kernel version this has been changed back.  It 
> is likely that this change has come into affect with Kernel 2.6.0.
>
>
>
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
>
>
Ups seems that I forgot the mplayer source ball I found this problem in:

MPlayer-1.0pre4.tar.bz2


-------------- next part --------------
A non-text attachment was scrubbed...
Name: i.krabbe.vcf
Type: text/x-vcard
Size: 277 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20040526/f7be4356/attachment.vcf>


More information about the MPlayer-dev-eng mailing list