summaryrefslogtreecommitdiff
path: root/libavcodec/hpeldsp.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-26 15:08:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-26 15:08:46 +0100
commit6967cf3c6c57dfdb831171f26f56fb1f521aed40 (patch)
tree0454a3382771abf126d4a8a6cbe771e5a43827d6 /libavcodec/hpeldsp.c
parente9c6b93bdaa600cd31f689218600baa999f8365e (diff)
parent8011ac911b3f282b9fb64a0fc15404f8bfc7b7ed (diff)
Merge commit '8011ac911b3f282b9fb64a0fc15404f8bfc7b7ed'
* commit '8011ac911b3f282b9fb64a0fc15404f8bfc7b7ed': hpeldsp_template: Detemplatize the code Conflicts: libavcodec/hpeldsp_template.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hpeldsp.c')
-rw-r--r--libavcodec/hpeldsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c
index 3bdd7cc67c..87589d0884 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)