mirror of https://git.ffmpeg.org/ffmpeg.git
avdevice/decklink_common: Fix "Cross-compiling FFmpeg on Debian for Windows with MinGW-w64"
Fixes Ticket4130 Requested and Tested by: Zeranoe Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
67dbf8bec9
commit
1f3d478898
|
@ -84,7 +84,6 @@ typedef enum { DIRECTION_IN, DIRECTION_OUT} decklink_direction_t;
|
|||
#ifdef _WIN32
|
||||
typedef unsigned long buffercount_type;
|
||||
IDeckLinkIterator *CreateDeckLinkIteratorInstance(void);
|
||||
char *dup_wchar_to_utf8(wchar_t *w);
|
||||
#else
|
||||
typedef uint32_t buffercount_type;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue