decklink: Include stdint.h for int32_t, etc as needed by the Decklink headers

This commit is contained in:
Sebastian Dröge 2017-01-27 19:11:02 +02:00
parent 858e7b28d3
commit 97be9446f5

View file

@ -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