mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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 */
|
||||
|
||||
/* Functions */
|
||||
|
||||
extern "C" {
|
||||
|
||||
IDeckLinkIterator* CreateDeckLinkIteratorInstance (void);
|
||||
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue