summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-12-01 20:58:51 -0800
committerTimothy Gu <timothygu99@gmail.com>2016-01-24 07:31:16 -0800
commit61fb70c3866b19dccf473ad4e5ede79d117e8e1c (patch)
treecf9a70f34bf039b14e73072a2b95ffd432167a94 /libavdevice/decklink_common.h
parentbd4d192081230b217ecab14d39daf06f40067191 (diff)
decklink: Header cleanup
This commit cleans up the decklink files' header usage so that they pass checkheaders.
Diffstat (limited to 'libavdevice/decklink_common.h')
-rw-r--r--libavdevice/decklink_common.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h
index 3bc30f062c..c7e3ef2e39 100644
--- a/libavdevice/decklink_common.h
+++ b/libavdevice/decklink_common.h
@@ -19,9 +19,15 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <DeckLinkAPIVersion.h>
+#include <pthread.h>
+#include <semaphore.h>
+#include <DeckLinkAPI.h>
+
+extern "C" {
+#include "libavformat/avformat.h"
#include "decklink_common_c.h"
+}
class decklink_output_callback;
class decklink_input_callback;