diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-30 15:36:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-30 15:36:59 +0000 |
commit | 7f7b04af38cdc064dfdd2670c5d83865dfecceea (patch) | |
tree | e447091f5739862133f0083046d73f4e6604c35c /libavcodec/vaapi.h | |
parent | 7a8d0e970053d9e358f7667b38cb66bb7c2c91c1 (diff) | |
download | ffmpeg-7f7b04af38cdc064dfdd2670c5d83865dfecceea.tar.gz |
Add required va/va.h header, should fix 'make checkheaders'.
Originally committed as revision 18249 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vaapi.h')
-rw-r--r-- | libavcodec/vaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vaapi.h b/libavcodec/vaapi.h index d62066281e..4161a667a5 100644 --- a/libavcodec/vaapi.h +++ b/libavcodec/vaapi.h @@ -25,6 +25,7 @@ #define AVCODEC_VAAPI_H #include <stdint.h> +#include <va/va.h> /** * \defgroup VAAPI_Decoding VA API Decoding |