From e7da19e9fa456d77031d3ba8e1e7c596f858f83d Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 31 Aug 2013 13:32:13 +0200 Subject: [PATCH 1/2] Fix make checkheaders for vdpau_internal.h --- libavcodec/vdpau_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index 7fdfda0457..b6701f30db 100644 --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -24,6 +24,7 @@ #ifndef AVCODEC_VDPAU_INTERNAL_H #define AVCODEC_VDPAU_INTERNAL_H +#include "config.h" #include #if CONFIG_VDPAU #include From b970f85564ba6b5c17a8d642bb8161119011e7bd Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 31 Aug 2013 13:32:43 +0200 Subject: [PATCH 2/2] Fix make checkheaders for wavpackenc.h --- libavcodec/wavpack.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/wavpack.h b/libavcodec/wavpack.h index bca6c4550e..081b7f714d 100644 --- a/libavcodec/wavpack.h +++ b/libavcodec/wavpack.h @@ -22,6 +22,8 @@ #ifndef AVCODEC_WAVPACK_H #define AVCODEC_WAVPACK_H +#include "libavutil/common.h" + #define MAX_TERMS 16 #define MAX_TERM 8