[FFmpeg-devel] [PATCH] ppc: fix vc1 inverse transform, unbreak build

Ronald S. Bultje rsbultje
Mon Feb 21 20:28:10 CET 2011


Hi,

On Mon, Feb 21, 2011 at 2:19 PM, Mans Rullgard <mans at mansr.com> wrote:
> GCC 4.3 and later are more particular about signedness matching
> in vector operations. ?The operations under if(rangered) were
> missing assingments and thus had no effect.
>
> Signed-off-by: Mans Rullgard <mans at mansr.com>
> ---
> This is only compile-tested as I don't have a sample using range
> reduction.
> ---
> ?libavcodec/ppc/vc1dsp_altivec.c | ? 34 +++++++++++++++++-----------------
> ?1 files changed, 17 insertions(+), 17 deletions(-)

OK for now, I'll work on samples for these.

Ronald



More information about the ffmpeg-devel mailing list