Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
50945482
Commit
50945482
authored
Feb 10, 2018
by
Rostislav Pehlivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264_idct: enable unmacro on newer NASM versions
Signed-off-by:
Rostislav Pehlivanov
<
atomnuker@gmail.com
>
parent
4961ddfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
h264_idct.asm
libavcodec/x86/h264_idct.asm
+5
-1
No files found.
libavcodec/x86/h264_idct.asm
View file @
50945482
...
...
@@ -1144,7 +1144,11 @@ IDCT_DC_DEQUANT 0
INIT_MMX
sse2
IDCT_DC_DEQUANT
7
; %unmacro STORE_DIFFx2 8 ; remove macro from x86util.asm but yasm doesn't have this yet
%ifdef
__NASM_VER__
%if
__NASM_MAJOR__
>=
2
&&
__NASM_MINOR__
>=
4
%unmacro
STORE_DIFFx2
8
; remove macro from x86util.asm but yasm doesn't have this yet
%endif
%endif
%macro
STORE_DIFFx2
8
; add1, add2, reg1, reg2, zero, shift, source, stride
movd
%3
,
[
%7
]
movd
%4
,
[
%7
+
%8
]
...
...
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