summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hpeldsp_init.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-13 23:41:12 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-13 23:41:17 +0100
commitd61e1156beae2f33aceb7c12010c1475d3e597d5 (patch)
tree5d31229e5fd388b5d8a4685db77b7d8b1047884f /libavcodec/x86/hpeldsp_init.c
parente52d97a7aceb90e4b4de52e3f6ef2718e8cd9d61 (diff)
parent17608f6ee3d2088cdb8d1e704276d8b34f01160d (diff)
Merge commit '17608f6ee3d2088cdb8d1e704276d8b34f01160d'
* commit '17608f6ee3d2088cdb8d1e704276d8b34f01160d': x86: Add some more missing headers Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/hpeldsp_init.c')
-rw-r--r--libavcodec/x86/hpeldsp_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/hpeldsp_init.c b/libavcodec/x86/hpeldsp_init.c
index 385f01b4bd..e04a0351b8 100644
--- a/libavcodec/x86/hpeldsp_init.c
+++ b/libavcodec/x86/hpeldsp_init.c
@@ -26,6 +26,7 @@
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
+#include "libavcodec/avcodec.h"
#include "libavcodec/hpeldsp.h"
#include "dsputil_x86.h"