mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
decklink: Include stdint.h for int32_t, etc as needed by the Decklink headers
This commit is contained in:
parent
858e7b28d3
commit
97be9446f5
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef G_OS_UNIX
|
||||
#include "linux/DeckLinkAPI.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue