diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2015-09-16 11:39:41 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2015-09-16 11:41:07 +0200 |
commit | dad38bff81bbef196bc5dbd5458826d927c26e50 (patch) | |
tree | 5c9e821bcfb3732321eea54ab9784a7e6b898159 | |
parent | fee2b97d563d4383fc1999cddfb8bcab38075cdf (diff) | |
download | ffmpeg-dad38bff81bbef196bc5dbd5458826d927c26e50.tar.gz |
avcodec/vaapi_internal: Add missing include
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
-rw-r--r-- | libavcodec/vaapi_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vaapi_internal.h b/libavcodec/vaapi_internal.h index 0ba9868529..306ae13b37 100644 --- a/libavcodec/vaapi_internal.h +++ b/libavcodec/vaapi_internal.h @@ -27,6 +27,7 @@ #include <va/va.h> #include "vaapi.h" #include "avcodec.h" +#include "internal.h" /** * @addtogroup VAAPI_Decoding |