[FFmpeg-cvslog] Fix make checkheaders for vdpau_internal.h
Carl Eugen Hoyos
git at videolan.org
Sat Aug 31 14:11:22 CEST 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Aug 31 13:32:13 2013 +0200| [e7da19e9fa456d77031d3ba8e1e7c596f858f83d] | committer: Carl Eugen Hoyos
Fix make checkheaders for vdpau_internal.h
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7da19e9fa456d77031d3ba8e1e7c596f858f83d
---
libavcodec/vdpau_internal.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h
index 7fdfda0..b6701f3 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>
More information about the ffmpeg-cvslog
mailing list