Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
81ab42a3
Commit
81ab42a3
authored
Jan 28, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dirac_yasm: fix linking failure due to %ifndef
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
72bbe768
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
diracdsp_yasm.asm
libavcodec/x86/diracdsp_yasm.asm
+1
-1
dwt_yasm.asm
libavcodec/x86/dwt_yasm.asm
+1
-1
No files found.
libavcodec/x86/diracdsp_yasm.asm
View file @
81ab42a3
...
@@ -241,7 +241,7 @@ cglobal add_dirac_obmc%1_%2, 6,6,5, dst, src, stride, obmc, yblen
...
@@ -241,7 +241,7 @@ cglobal add_dirac_obmc%1_%2, 6,6,5, dst, src, stride, obmc, yblen
%endm
%endm
INIT_MMX
INIT_MMX
%if
ndef
ARCH_X86_64
%if
ARCH_X86_64
==
0
PUT_RECT
mmx
PUT_RECT
mmx
ADD_RECT
mmx
ADD_RECT
mmx
...
...
libavcodec/x86/dwt_yasm.asm
View file @
81ab42a3
...
@@ -277,7 +277,7 @@ cglobal horizontal_compose_dd97i_ssse3, 3,6,8, b, tmp, w, x, w2, b_w2
...
@@ -277,7 +277,7 @@ cglobal horizontal_compose_dd97i_ssse3, 3,6,8, b, tmp, w, x, w2, b_w2
REP_RET
REP_RET
%if
ndef
ARCH_X86_64
%if
ARCH_X86_64
==
0
INIT_MMX
INIT_MMX
COMPOSE_VERTICAL
mmx
COMPOSE_VERTICAL
mmx
HAAR_HORIZONTAL
mmx
,
0
HAAR_HORIZONTAL
mmx
,
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment