Browse Source

Fix make checkheaders for vp9 header files.

tags/n2.1
Carl Eugen Hoyos 11 years ago
parent
commit
3aabfaa37b
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      libavcodec/vp9data.h
  2. +1
    -0
      libavcodec/vp9dsp.h

+ 2
- 0
libavcodec/vp9data.h View File

@@ -22,6 +22,8 @@
#ifndef AVCODEC_VP9DATA_H
#define AVCODEC_VP9DATA_H

#include <stdint.h>

#include "vp9.h"

enum BlockPartition {


+ 1
- 0
libavcodec/vp9dsp.h View File

@@ -24,6 +24,7 @@
#ifndef AVCODEC_VP9DSP_H
#define AVCODEC_VP9DSP_H

#include <stddef.h>
#include <stdint.h>

#include "vp9.h"


Loading…
Cancel
Save