diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-11-04 18:16:46 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-04 22:54:55 +0100 |
commit | 70cbf33405f50dfaf77e85f382a188acf17dc71a (patch) | |
tree | adb38b998ae769aff84d873191c142d444a77cf5 /libavcodec/vdpau.h | |
parent | e2b5b097898c9155f4bdff4d83cdc54d5eef6930 (diff) | |
download | ffmpeg-70cbf33405f50dfaf77e85f382a188acf17dc71a.tar.gz |
vdpau: Add missing #includes to fix standalone header compilation
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/vdpau.h')
-rw-r--r-- | libavcodec/vdpau.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index 8bedea54ba..4035f6304e 100644 --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -52,6 +52,10 @@ #include <vdpau/vdpau.h> #include <vdpau/vdpau_x11.h> +#include "libavutil/attributes.h" + +#include "version.h" + #if FF_API_BUFS_VDPAU union AVVDPAUPictureInfo { VdpPictureInfoH264 h264; |