[MPlayer-dev-eng] [PATCH] better detction for sparc cpu's and compile fix for libmpeg2
Diego Biurrun
diego at biurrun.de
Sat Aug 14 18:19:36 CEST 2004
jb13 at gomerbud.com writes:
> --- libmpeg2/motion_comp.c 2 Aug 2004 11:20:38 -0000 1.7
> +++ libmpeg2/motion_comp.c 5 Aug 2004 01:55:51 -0000
> @@ -55,10 +55,12 @@
> else
> #endif
> #ifdef ARCH_SPARC
> +#ifdef HAVE_VIS
I think
#if defined(ARCH_SPARC) && defined(HAVE_VIS)
would be better, but we already have the other style in that file.
Applied.
Diego
More information about the MPlayer-dev-eng
mailing list