[MPlayer-dev-eng] [PATCHES] vidix: SuperH fixes, NV12 support, new vidix driver

Benjamin Zores ben at geexbox.org
Thu Aug 7 14:10:28 CEST 2008


Diego Biurrun wrote:
> On Thu, Aug 07, 2008 at 08:21:10PM +0900, Magnus Damm wrote:
>> Patch 1 - SuperH configure changes and vidix build fixes.
>> Vidix doesn't build on SuperH and the configure script doesn't support
>> sh4 and sh4a at the moment.
>>
>> --- 0001/vidix/AsmMacros.h
>> +++ work/vidix/AsmMacros.h	2008-08-07 19:29:08.000000000 +0900
>> @@ -77,6 +77,8 @@
>>  #include "sysdep/AsmMacros_arm32.h"
>>  #elif defined(__powerpc__)
>>  #include "sysdep/AsmMacros_powerpc.h"
>> +#elif defined(__sh__) && defined(linux)
> 
> __linux__, not linux
> 
> But why does it have to be Linux-only?

I suppose because of that:

+ * Requires a kernel that exposes the VEU hardware block to user space
+ * using UIO. Available in upstream linux-2.6.27 or later.

But if so, configure needs to check for linux 2.6.27+ kernel to enable 
this driver build.

Ben



More information about the MPlayer-dev-eng mailing list