[MPlayer-dev-eng] [patch] support another CPU architecture
Diego Biurrun
diego at biurrun.de
Tue Dec 11 20:34:03 CET 2007
On Tue, Dec 11, 2007 at 12:29:50AM -0800, Dan Nicolaescu wrote:
>
> The small patch make mplayer work on the Tensilica Xtensa architecture.
> Can someone please check it in?
No, the patch is wrong, please send in a fixed one.
> --- ../MPlayer-1.0rc2.orig/configure 2007-10-07 12:49:33.000000000 -0700
> +++ ./configure 2007-10-24 16:41:32.000000000 -0700
> @@ -2256,6 +2256,17 @@ EOF
> _optimizing=''
> ;;
>
> + xtensa)
This should be above generic).
> + _def_arch='#define ARCH_XTENSA 1'
Should be _arch.
> + _target_arch='TARGET_ARCH_XTENSA = yes'
Should be ARCH_XTENSA.
Diego
More information about the MPlayer-dev-eng
mailing list