[MPlayer-dev-eng] [PATCH 6/9] libavutil: Optimize clipping routines for avr32

Diego Biurrun diego at biurrun.de
Mon Feb 16 18:35:23 CET 2009


On Mon, Feb 16, 2009 at 05:16:55PM +0100, Hans-Christian Egtvedt wrote:
> 
> --- a/libavutil/common.h
> +++ b/libavutil/common.h
> @@ -162,23 +162,39 @@ static inline av_const int av_log2_16bit(unsigned int v)
>   * @param amax maximum value of the clip range
>   * @return clipped value
>   */
> +#if defined(ARCH_AVR32)

wrong

Diego



More information about the MPlayer-dev-eng mailing list