Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Niklas Haas
dav1d
Commits
46e2a2d0
Commit
46e2a2d0
authored
Oct 25, 2018
by
Marvin Scholz
Committed by
Ronald S. Bultje
Oct 25, 2018
Browse files
Build: Add suffix to templated BITDEPTH files
Fix
#96
parent
367d785a
Changes
12
Hide whitespace changes
Inline
Side-by-side
src/cdef_apply.c
→
src/cdef_apply
_tmpl
.c
View file @
46e2a2d0
File moved
src/cdef.c
→
src/cdef
_tmpl
.c
View file @
46e2a2d0
File moved
src/ipred_prepare.c
→
src/ipred_prepare
_tmpl
.c
View file @
46e2a2d0
File moved
src/ipred.c
→
src/ipred
_tmpl
.c
View file @
46e2a2d0
File moved
src/itx.c
→
src/itx
_tmpl
.c
View file @
46e2a2d0
File moved
src/lf_apply.c
→
src/lf_apply
_tmpl
.c
View file @
46e2a2d0
File moved
src/loopfilter.c
→
src/loopfilter
_tmpl
.c
View file @
46e2a2d0
File moved
src/looprestoration.c
→
src/looprestoration
_tmpl
.c
View file @
46e2a2d0
File moved
src/lr_apply.c
→
src/lr_apply
_tmpl
.c
View file @
46e2a2d0
File moved
src/mc.c
→
src/mc
_tmpl
.c
View file @
46e2a2d0
File moved
src/meson.build
View file @
46e2a2d0
...
...
@@ -52,17 +52,17 @@ libdav1d_sources = files(
# These files are compiled for each bitdepth with
# `BITDEPTH` defined to the currently built bitdepth.
libdav1d_tmpl_sources
=
files
(
'ipred.c'
,
'itx.c'
,
'ipred_prepare.c'
,
'lf_apply.c'
,
'loopfilter.c'
,
'mc.c'
,
'cdef_apply.c'
,
'cdef.c'
,
'lr_apply.c'
,
'looprestoration.c'
,
'recon.c'
'ipred
_tmpl
.c'
,
'itx
_tmpl
.c'
,
'ipred_prepare
_tmpl
.c'
,
'lf_apply
_tmpl
.c'
,
'loopfilter
_tmpl
.c'
,
'mc
_tmpl
.c'
,
'cdef_apply
_tmpl
.c'
,
'cdef
_tmpl
.c'
,
'lr_apply
_tmpl
.c'
,
'looprestoration
_tmpl
.c'
,
'recon
_tmpl
.c'
)
# libdav1d entrypoint source files
...
...
src/recon.c
→
src/recon
_tmpl
.c
View file @
46e2a2d0
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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