diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-08-31 13:32:13 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-08-31 13:32:13 +0200 |
commit | e7da19e9fa456d77031d3ba8e1e7c596f858f83d (patch) | |
tree | 63df96cf86710ca1e82c015c979ca1342810e1b7 /libavcodec/vdpau_internal.h | |
parent | 227a0eb5a92409572f2cecde6137529b83e7d495 (diff) | |
download | ffmpeg-e7da19e9fa456d77031d3ba8e1e7c596f858f83d.tar.gz |
Fix make checkheaders for vdpau_internal.h
Diffstat (limited to 'libavcodec/vdpau_internal.h')
-rw-r--r-- | libavcodec/vdpau_internal.h | 1 |
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> |