summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-08-31 13:32:13 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-08-31 13:32:13 +0200
commite7da19e9fa456d77031d3ba8e1e7c596f858f83d (patch)
tree63df96cf86710ca1e82c015c979ca1342810e1b7 /libavcodec
parent227a0eb5a92409572f2cecde6137529b83e7d495 (diff)
Fix make checkheaders for vdpau_internal.h
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vdpau_internal.h1
1 files changed, 1 insertions, 0 deletions
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 <stdint.h>
#if CONFIG_VDPAU
#include <vdpau/vdpau.h>