Browse Source

Merge remote-tracking branch 'cehoyos/master'

* cehoyos/master:
  Fix make checkheaders for wavpackenc.h
  Fix make checkheaders for vdpau_internal.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
4fa00c567c
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      libavcodec/vdpau_internal.h
  2. +2
    -0
      libavcodec/wavpack.h

+ 1
- 0
libavcodec/vdpau_internal.h View File

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

#include "config.h"
#include <stdint.h>
#if CONFIG_VDPAU
#include <vdpau/vdpau.h>


+ 2
- 0
libavcodec/wavpack.h View File

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

#include "libavutil/common.h"

#define MAX_TERMS 16
#define MAX_TERM 8



Loading…
Cancel
Save