summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/A07-fmac-scalar-asm.patch
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-09-22 15:19:47 +0000
committerRodeo <[email protected]>2012-09-22 15:19:47 +0000
commit5c92a97583a352663e6f68642949212e6e47640d (patch)
tree9c17c81a4dbba6ed466ec5761f3e6e99879bcd08 /contrib/ffmpeg/A07-fmac-scalar-asm.patch
parentd8d4d5475fb6f30f7ddf3475ddde45a95bff20dd (diff)
contrib/ffmpeg: update patch numbers after SVN revision 4950.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4975 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/A07-fmac-scalar-asm.patch')
-rw-r--r--contrib/ffmpeg/A07-fmac-scalar-asm.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/ffmpeg/A07-fmac-scalar-asm.patch b/contrib/ffmpeg/A07-fmac-scalar-asm.patch
deleted file mode 100644
index b0ca0f084..000000000
--- a/contrib/ffmpeg/A07-fmac-scalar-asm.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/libavutil/x86/float_dsp.asm b/libavutil/x86/float_dsp.asm
-index c4e0c66..d379d8f 100644
---- a/libavutil/x86/float_dsp.asm
-+++ b/libavutil/x86/float_dsp.asm
-@@ -60,12 +60,12 @@ cglobal vector_fmac_scalar, 3,3,3, dst, src, len
- %else
- cglobal vector_fmac_scalar, 4,4,3, dst, src, mul, len
- %endif
--%if WIN64
-- SWAP 0, 2
--%endif
- %if ARCH_X86_32
- VBROADCASTSS m0, mulm
- %else
-+%if WIN64
-+ mova xmm0, xmm2
-+%endif
- shufps xmm0, xmm0, 0
- %if cpuflag(avx)
- vinsertf128 m0, m0, xmm0, 1