Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
hwcontext_d3d11va: add missing stdint.h include
Browse files Browse the repository at this point in the history
This caused checkheaders to fail on cygwin on this file.
  • Loading branch information
BtbN committed Nov 17, 2017
1 parent 1f28a99 commit 6fb6170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavutil/hwcontext_d3d11va.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
*/

#include <d3d11.h>
#include <stdint.h>

/**
* This struct is allocated as AVHWDeviceContext.hwctx
Expand Down

0 comments on commit 6fb6170

Please sign in to comment.