[Mplayer-cvslog] CVS: main/osdep kerneltwosix.h,NONE,1.1

Attila Kinali CVS attila at mplayerhq.hu
Sat Jan 10 10:48:17 CET 2004


Update of /cvsroot/mplayer/main/osdep
In directory mail:/scsi/2/tmp/cvs-serv24026/osdep

Added Files:
	kerneltwosix.h 
Log Message:
linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez at boun.edu.tr>
no idea whether this really works :)


--- NEW FILE ---
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70)
#define __KERNEL__
#include <linux/thread_info.h>
#include <linux/list.h>
#undef __KERNEL__
#endif






More information about the MPlayer-cvslog mailing list