This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
dirac_yasm: fix linking failure due to %ifndef
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer
13 years ago
parent
72bbe768ba
commit
81ab42a334
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/x86/diracdsp_yasm.asm
+1
-1
libavcodec/x86/dwt_yasm.asm
+ 1
- 1
libavcodec/x86/diracdsp_yasm.asm
View File
@@ -241,7 +241,7 @@ cglobal add_dirac_obmc%1_%2, 6,6,5, dst, src, stride, obmc, yblen
%endm
INIT_MMX
%if
ndef
ARCH_X86_64
%if ARCH_X86_64
== 0
PUT_RECT mmx
ADD_RECT mmx
+ 1
- 1
libavcodec/x86/dwt_yasm.asm
View File
@@ -277,7 +277,7 @@ cglobal horizontal_compose_dd97i_ssse3, 3,6,8, b, tmp, w, x, w2, b_w2
REP_RET
%if
ndef
ARCH_X86_64
%if ARCH_X86_64
== 0
INIT_MMX
COMPOSE_VERTICAL mmx
HAAR_HORIZONTAL mmx, 0
Write
Preview
Loading…
Cancel
Save