summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil_template.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-22 22:30:20 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-22 22:53:33 +0100
commit77bc34297596476c1644a497615038d18eed63fe (patch)
tree901172b5bb0d19d05710e6c144425173dcec9022 /libavcodec/dsputil_template.c
parent672c610d8439ec7e83ba1e1d0c5ca2388cfccfc3 (diff)
parent322a1dda973e802db7b57f2007fad3efcd5bab81 (diff)
downloadffmpeg-streaming-77bc34297596476c1644a497615038d18eed63fe.zip
ffmpeg-streaming-77bc34297596476c1644a497615038d18eed63fe.tar.gz
Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81'
* commit '322a1dda973e802db7b57f2007fad3efcd5bab81': dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros Conflicts: libavcodec/arm/hpeldsp_init_arm.c libavcodec/x86/dsputil_x86.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dsputil_template.c')
-rw-r--r--libavcodec/dsputil_template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dsputil_template.c b/libavcodec/dsputil_template.c
index 84591eb..b107037 100644
--- a/libavcodec/dsputil_template.c
+++ b/libavcodec/dsputil_template.c
@@ -27,6 +27,8 @@
* DSP utils
*/
+#include "pixels.h"
+
#include "bit_depth_template.c"
#if BIT_DEPTH == 8
OpenPOWER on IntegriCloud