summaryrefslogtreecommitdiff
path: root/libavcodec/h264qpel_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-10 18:58:28 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-13 05:50:28 -0700
commited9625eb62be1e1c44cecdd73ea0d80077a15d48 (patch)
tree76af0ad117bbbcc6408e44c915e8bcd85234f042 /libavcodec/h264qpel_template.c
parent9103185bd116930f90b847090e66a64fa9971ce2 (diff)
dsputil: Move intreadwrite.h #include from header file to .c files
Diffstat (limited to 'libavcodec/h264qpel_template.c')
-rw-r--r--libavcodec/h264qpel_template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264qpel_template.c b/libavcodec/h264qpel_template.c
index 027edf5cda..71821798a4 100644
--- a/libavcodec/h264qpel_template.c
+++ b/libavcodec/h264qpel_template.c
@@ -20,6 +20,8 @@
*/
#include "libavutil/common.h"
+#include "libavutil/intreadwrite.h"
+
#include "bit_depth_template.c"
#include "hpel_template.c"