Re: [libav-devel] [PATCH 41/45] x86: Rename SPLATD macro to SPLATD_OFFSET

2012-11-16 Thread Justin Ruggles
On 07/31/2012 06:18 PM, Diego Biurrun wrote: > This will allow porting the optimized versions to cpuflags. > --- > libavutil/x86/x86util.asm |2 +- > libswscale/x86/output.asm |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavutil/x86/x86util.asm b/libavutil/

Re: [libav-devel] [PATCH 41/45] x86: Rename SPLATD macro to SPLATD_OFFSET

2012-11-16 Thread Diego Biurrun
On Wed, Aug 01, 2012 at 12:18:05AM +0200, Diego Biurrun wrote: > This will allow porting the optimized versions to cpuflags. > --- > libavutil/x86/x86util.asm |2 +- > libswscale/x86/output.asm |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) ping - trivial and blocks the porting

[libav-devel] [PATCH 41/45] x86: Rename SPLATD macro to SPLATD_OFFSET

2012-07-31 Thread Diego Biurrun
This will allow porting the optimized versions to cpuflags. --- libavutil/x86/x86util.asm |2 +- libswscale/x86/output.asm |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/x86/x86util.asm b/libavutil/x86/x86util.asm index 3c2ebce..52e5e58 100644 --- a/libavut