Skip to content
Snippets Groups Projects
Commit 3e85b46e authored by Diego Biurrun's avatar Diego Biurrun
Browse files

arm: vp8: Add missing #includes for header to compile standalone

parent b5ad422b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment