On 04/11/2011 03:44 PM, Ronald S. Bultje wrote:
> This isn't right. You're declaring empty functions for stuff that is
> supposed to do something. In x86/yuv2rgb_mmx.c, you'll see these
> functions are only called under if (HAVE_7REGS) anyway, so the proper
> fix is to not declare these functions at all, i.e. move the #if
> HAVE_7REGS outside the function declaration. Dead code elimination
> should take care of the rest.

The cleanup should take care of it.

lu

-- 

Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to