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

Diego Biurrun diego at biurrun.de
Thu Aug 7 14:01:38 CEST 2008


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?

Diego



More information about the MPlayer-dev-eng mailing list