[libav-devel] [PATCH 1/5] x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection

2012-10-04 Thread Diego Biurrun
--- This was done for old suncc versions, but these miscompile libav anyway. libavutil/x86/cpu.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/libavutil/x86/cpu.c b/libavutil/x86/cpu.c index 9acc867..9cf68e4 100644 --- a/libavutil/x86/cpu.c +++

Re: [libav-devel] [PATCH 1/5] x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection

2012-10-04 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: --- This was done for old suncc versions, but these miscompile libav anyway. libavutil/x86/cpu.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/libavutil/x86/cpu.c b/libavutil/x86/cpu.c index 9acc867..9cf68e4 100644