OSDN Git Service

avdevice/decklink_common: Fix "Cross-compiling FFmpeg on Debian for Windows with...
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 25 Nov 2014 03:40:49 +0000 (04:40 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 25 Nov 2014 03:40:49 +0000 (04:40 +0100)
Fixes Ticket4130

Requested and Tested by: Zeranoe
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavdevice/decklink_common.h

index 544da27..96912a7 100644 (file)
@@ -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