Fix make checkheaders for vp9 header files.

This commit is contained in:
Carl Eugen Hoyos 2013-10-09 09:42:16 +02:00
parent f4e85afd99
commit 3aabfaa37b
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#ifndef AVCODEC_VP9DATA_H
#define AVCODEC_VP9DATA_H
#include <stdint.h>
#include "vp9.h"
enum BlockPartition {

View File

@ -24,6 +24,7 @@
#ifndef AVCODEC_VP9DSP_H
#define AVCODEC_VP9DSP_H
#include <stddef.h>
#include <stdint.h>
#include "vp9.h"