From 8011ac911b3f282b9fb64a0fc15404f8bfc7b7ed Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 10 Jan 2014 14:57:59 +0100 Subject: hpeldsp_template: Detemplatize the code The indirection makes no sense without multiple instantiation. --- libavcodec/hpeldsp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/hpeldsp.c') diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c index 9fee199869..aa4e23604d 100644 --- a/libavcodec/hpeldsp.c +++ b/libavcodec/hpeldsp.c @@ -32,6 +32,8 @@ #include "hpeldsp.h" #define BIT_DEPTH 8 +#include "hpel_template.c" +#include "tpel_template.c" #include "hpeldsp_template.c" av_cold void ff_hpeldsp_init(HpelDSPContext *c, int flags) -- cgit v1.2.3