Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-26 17:32:12 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-26 17:32:24 +0400
commit152c8fd856e505119c0a2040a9525715fc255c9a (patch)
tree4c47a054eed3323ee989ca44103c6a0f054d5ae1 /libavcodec/hpel_template.c
parent8e8347b89291ffa65779f1f8c85eed5d57d80a86 (diff)
parentd3c3c1664a958923f234283e66fbcbfe69a6927f (diff)
Merge commit 'd3c3c1664a958923f234283e66fbcbfe69a6927f'
* commit 'd3c3c1664a958923f234283e66fbcbfe69a6927f': dsputil: Move hpel_template #include out of dsputil_template Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hpel_template.c')
-rw-r--r--libavcodec/hpel_template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hpel_template.c b/libavcodec/hpel_template.c
index 6695a65ac0..8315cdd43d 100644
--- a/libavcodec/hpel_template.c
+++ b/libavcodec/hpel_template.c
@@ -21,6 +21,8 @@
#include "pixels.h"
+#include "bit_depth_template.c"
+
#define DEF_HPEL(OPNAME, OP) \
static inline void FUNC(OPNAME ## _pixels8_l2)(uint8_t *dst, \
const uint8_t *src1, \