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>
pull/100/head
Carl Eugen Hoyos 10 years ago committed by Michael Niedermayer
parent 67dbf8bec9
commit 1f3d478898
  1. 1
      libavdevice/decklink_common.h

@ -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…
Cancel
Save