Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
1400b028
Commit
1400b028
authored
Oct 20, 2018
by
Janne Grunau
Browse files
looprestoration/x86: use x86 dsp init only if HAVE_ASM is 1
parent
fb8078a6
Pipeline
#1167
passed with stage
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/looprestoration.c
View file @
1400b028
...
...
@@ -571,7 +571,7 @@ void bitfn(dav1d_loop_restoration_dsp_init)(Dav1dLoopRestorationDSPContext *cons
c
->
wiener
=
wiener_c
;
c
->
selfguided
=
selfguided_c
;
#if ARCH_X86 && BITDEPTH == 8
#if
HAVE_ASM &&
ARCH_X86 && BITDEPTH == 8
bitfn
(
dav1d_loop_restoration_dsp_init_x86
)(
c
);
#endif
}
Write
Preview
Supports
Markdown
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