Mercurial > mplayer.hg
view osdep/kerneltwosix.h @ 14941:d4b70c096a8e
patch by ods15:
"10000l to me, I forgot that 'vfilter' could be NULL in case of framecopy, so
this code always segfaulted when merging files using -ovc copy..."
author | rfelker |
---|---|
date | Sun, 13 Mar 2005 21:38:20 +0000 |
parents | e0b096f0e640 |
children |
line wrap: on
line source
#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