mirror of https://git.ffmpeg.org/ffmpeg.git
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>
This commit is contained in:
commit
4fa00c567c
|
@ -24,6 +24,7 @@
|
||||||
#ifndef AVCODEC_VDPAU_INTERNAL_H
|
#ifndef AVCODEC_VDPAU_INTERNAL_H
|
||||||
#define AVCODEC_VDPAU_INTERNAL_H
|
#define AVCODEC_VDPAU_INTERNAL_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#if CONFIG_VDPAU
|
#if CONFIG_VDPAU
|
||||||
#include <vdpau/vdpau.h>
|
#include <vdpau/vdpau.h>
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
#ifndef AVCODEC_WAVPACK_H
|
#ifndef AVCODEC_WAVPACK_H
|
||||||
#define AVCODEC_WAVPACK_H
|
#define AVCODEC_WAVPACK_H
|
||||||
|
|
||||||
|
#include "libavutil/common.h"
|
||||||
|
|
||||||
#define MAX_TERMS 16
|
#define MAX_TERMS 16
|
||||||
#define MAX_TERM 8
|
#define MAX_TERM 8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue