1
mirror of https://code.videolan.org/videolan/dav1d synced 2024-11-14 22:58:33 +01:00

Build: Add suffix to templated BITDEPTH files

Fix #96
This commit is contained in:
Marvin Scholz 2018-10-25 16:45:12 +02:00 committed by Ronald S. Bultje
parent 367d785a4e
commit 46e2a2d0cc
12 changed files with 11 additions and 11 deletions

View File

@ -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