summaryrefslogtreecommitdiff
path: root/libavcodec/h264pred.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264pred.c')
-rw-r--r--libavcodec/h264pred.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/h264pred.c b/libavcodec/h264pred.c
index 5632a58fd7..b0fec71f25 100644
--- a/libavcodec/h264pred.c
+++ b/libavcodec/h264pred.c
@@ -25,11 +25,13 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
+#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"
-#include "avcodec.h"
+#include "codec_id.h"
#include "h264pred.h"
+#include "mathops.h"
#define BIT_DEPTH 8
#include "h264pred_template.c"