Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2017-11-15 21:22:42 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2017-11-18 01:27:43 +0300
commit6fb617077621236a34c2a1b6ae9e2ffc2ccd8902 (patch)
treef0c41eaf560fefe97a0bc115d0bb31c34d01a000 /libavutil/hwcontext_d3d11va.h
parent1f28a991effadc64acd6915805b989ab43500f08 (diff)
hwcontext_d3d11va: add missing stdint.h include
This caused checkheaders to fail on cygwin on this file.
Diffstat (limited to 'libavutil/hwcontext_d3d11va.h')
-rw-r--r--libavutil/hwcontext_d3d11va.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/hwcontext_d3d11va.h b/libavutil/hwcontext_d3d11va.h
index 98db7ce343..9f91e9b1b6 100644
--- a/libavutil/hwcontext_d3d11va.h
+++ b/libavutil/hwcontext_d3d11va.h
@@ -37,6 +37,7 @@
*/
#include <d3d11.h>
+#include <stdint.h>
/**
* This struct is allocated as AVHWDeviceContext.hwctx