diff --git a/src/cdef_apply.c b/src/cdef_apply_tmpl.c similarity index 100% rename from src/cdef_apply.c rename to src/cdef_apply_tmpl.c diff --git a/src/cdef.c b/src/cdef_tmpl.c similarity index 100% rename from src/cdef.c rename to src/cdef_tmpl.c diff --git a/src/ipred_prepare.c b/src/ipred_prepare_tmpl.c similarity index 100% rename from src/ipred_prepare.c rename to src/ipred_prepare_tmpl.c diff --git a/src/ipred.c b/src/ipred_tmpl.c similarity index 100% rename from src/ipred.c rename to src/ipred_tmpl.c diff --git a/src/itx.c b/src/itx_tmpl.c similarity index 100% rename from src/itx.c rename to src/itx_tmpl.c diff --git a/src/lf_apply.c b/src/lf_apply_tmpl.c similarity index 100% rename from src/lf_apply.c rename to src/lf_apply_tmpl.c diff --git a/src/loopfilter.c b/src/loopfilter_tmpl.c similarity index 100% rename from src/loopfilter.c rename to src/loopfilter_tmpl.c diff --git a/src/looprestoration.c b/src/looprestoration_tmpl.c similarity index 100% rename from src/looprestoration.c rename to src/looprestoration_tmpl.c diff --git a/src/lr_apply.c b/src/lr_apply_tmpl.c similarity index 100% rename from src/lr_apply.c rename to src/lr_apply_tmpl.c diff --git a/src/mc.c b/src/mc_tmpl.c similarity index 100% rename from src/mc.c rename to src/mc_tmpl.c diff --git a/src/meson.build b/src/meson.build index 83603d11..3153002b 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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 diff --git a/src/recon.c b/src/recon_tmpl.c similarity index 100% rename from src/recon.c rename to src/recon_tmpl.c