summaryrefslogtreecommitdiff
path: root/libavcodec/hpeldsp_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-12-21 17:33:17 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-22 06:17:29 -0700
commit322a1dda973e802db7b57f2007fad3efcd5bab81 (patch)
treeb90c1ebb0502547287ecf732e122c7dd810dfec8 /libavcodec/hpeldsp_template.c
parentf9279ee74936b4990fc46287c27816ef828cc06c (diff)
downloadffmpeg-322a1dda973e802db7b57f2007fad3efcd5bab81.tar.gz
dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros
Diffstat (limited to 'libavcodec/hpeldsp_template.c')
-rw-r--r--libavcodec/hpeldsp_template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hpeldsp_template.c b/libavcodec/hpeldsp_template.c
index 9456490c55..f190457b96 100644
--- a/libavcodec/hpeldsp_template.c
+++ b/libavcodec/hpeldsp_template.c
@@ -28,6 +28,8 @@
* Half-pel DSP functions
*/
+#include "pixels.h"
+
#include "bit_depth_template.c"
#include "hpel_template.c"