mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
decklink: Add "extern C" forward declaration for CreateDeckLinkIteratorInstance()
This commit is contained in:
parent
dcacb99aaf
commit
858e7b28d3
1 changed files with 8 additions and 0 deletions
|
@ -15198,6 +15198,14 @@ EXTERN_C const IID IID_IDeckLinkInput_v7_1;
|
||||||
|
|
||||||
/* end of Additional Prototypes */
|
/* end of Additional Prototypes */
|
||||||
|
|
||||||
|
/* Functions */
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
|
||||||
|
IDeckLinkIterator* CreateDeckLinkIteratorInstance (void);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue