From 57f09608e1600d1cf1679885a46f5004d522d68f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 21 Dec 2013 16:03:59 +0100 Subject: dsputil: Move thirdpel-related bits into their own context --- libavcodec/h264qpel_template.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264qpel_template.c') diff --git a/libavcodec/h264qpel_template.c b/libavcodec/h264qpel_template.c index 71821798a4..d03b0dc443 100644 --- a/libavcodec/h264qpel_template.c +++ b/libavcodec/h264qpel_template.c @@ -24,6 +24,7 @@ #include "bit_depth_template.c" #include "hpel_template.c" +#include "tpel_template.c" static inline void FUNC(copy_block2)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) { -- cgit v1.2.3