Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-07 18:21:41 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-12-07 18:21:41 +0400
commitaf164d7d9f12f9c2a4b284957eb92ad74cd49b3d (patch)
tree942f8ceec8738f4436612742a0d08c180c67193d /libavutil
parent8ca8b43d7108b9d7e6887fd553d13a71afa670c6 (diff)
parentc25fc5c2bb6ae8c93541c9427df3e47206d95152 (diff)
Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'
* commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152': fate: dpcm: Add dependencies SBR DSP x86: implement SSE sbr_hf_gen AAC SBR: use AVFloatDSPContext's vector_fmul fate: image: Add dependencies Changelog: add an entry for deprecating the avconv -vol option x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 Conflicts: Changelog libavutil/x86/float_dsp.asm tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/x86/float_dsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/x86/float_dsp.asm b/libavutil/x86/float_dsp.asm
index 365bafea00..e01e1a8822 100644
--- a/libavutil/x86/float_dsp.asm
+++ b/libavutil/x86/float_dsp.asm
@@ -133,7 +133,7 @@ cglobal vector_dmul_scalar, 3,3,3, dst, src, len
cglobal vector_dmul_scalar, 4,4,3, dst, src, mul, len
%endif
%if ARCH_X86_32
- VBROADCASTSD m0, mulm
+ VBROADCASTSD m0, mulm
%else
%if WIN64
movlhps xmm2, xmm2