diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2015-09-07 15:28:00 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2015-09-07 15:32:08 +0200 |
commit | aea611dc3e9e8e40c43b2b89f1af957c383cb0f3 (patch) | |
tree | eca0e0c8f56a4c3fc61d305bc55c56b0e41539a8 /libavcodec/vaapi.h | |
parent | 50d9121afc66ceeadb1d0e8a3030f43d40d5f48a (diff) | |
download | ffmpeg-aea611dc3e9e8e40c43b2b89f1af957c383cb0f3.tar.gz |
vaapi: fix local header include.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'libavcodec/vaapi.h')
-rw-r--r-- | libavcodec/vaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vaapi.h b/libavcodec/vaapi.h index 4448a2ec2f..7a29f6f881 100644 --- a/libavcodec/vaapi.h +++ b/libavcodec/vaapi.h @@ -31,7 +31,7 @@ */ #include <stdint.h> -#include <libavutil/attributes.h> +#include "libavutil/attributes.h" #include "version.h" /** |