Browse Source

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>
tags/n2.5
Carl Eugen Hoyos Michael Niedermayer 11 years ago
parent
commit
1f3d478898
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavdevice/decklink_common.h

+ 0
- 1
libavdevice/decklink_common.h View File

@@ -84,7 +84,6 @@ typedef enum { DIRECTION_IN, DIRECTION_OUT} decklink_direction_t;
#ifdef _WIN32 #ifdef _WIN32
typedef unsigned long buffercount_type; typedef unsigned long buffercount_type;
IDeckLinkIterator *CreateDeckLinkIteratorInstance(void); IDeckLinkIterator *CreateDeckLinkIteratorInstance(void);
char *dup_wchar_to_utf8(wchar_t *w);
#else #else
typedef uint32_t buffercount_type; typedef uint32_t buffercount_type;
#endif #endif


Loading…
Cancel
Save