Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-20 14:09:38 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-20 17:24:07 +0400
commit3e85b46ecf3c3264e68e37b57ddda2279b373ec3 (patch)
tree0992f72626c7d0656f03629695e37be1cf498e37 /libavcodec
parentb5ad422bf4e671a8b30ce73ad236cd6b49940af9 (diff)
arm: vp8: Add missing #includes for header to compile standalone
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/arm/vp8.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/arm/vp8.h b/libavcodec/arm/vp8.h
index 9cc60108e8..cd3428bea2 100644
--- a/libavcodec/arm/vp8.h
+++ b/libavcodec/arm/vp8.h
@@ -19,7 +19,11 @@
#ifndef AVCODEC_ARM_VP8_H
#define AVCODEC_ARM_VP8_H
+#include <stdint.h>
+
#include "config.h"
+#include "libavcodec/vp56.h"
+#include "libavcodec/vp8.h"
#if HAVE_ARMV6_EXTERNAL
#define decode_block_coeffs_internal ff_decode_block_coeffs_armv6