summaryrefslogtreecommitdiff
path: root/libavcodec/vp3dsp.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-13 23:25:21 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-13 23:30:43 +0100
commit5dce8e56c61f1008753d23db418a27964eaf13d3 (patch)
treeef649e3e4c3c90b9c38b7c17bff8c6c34ac35ce2 /libavcodec/vp3dsp.c
parentf5e6b49cd23b3437681220d40caaf103cb675407 (diff)
parented9625eb62be1e1c44cecdd73ea0d80077a15d48 (diff)
Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48'
* commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48': dsputil: Move intreadwrite.h #include from header file to .c files Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vp3dsp.c')
-rw-r--r--libavcodec/vp3dsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vp3dsp.c b/libavcodec/vp3dsp.c
index 56566293d7..56fffb7cbc 100644
--- a/libavcodec/vp3dsp.c
+++ b/libavcodec/vp3dsp.c
@@ -26,6 +26,7 @@
#include "libavutil/attributes.h"
#include "libavutil/common.h"
+#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "dsputil.h"
#include "rnd_avg.h"