diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-11-25 04:40:49 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-25 04:40:49 +0100 |
commit | 1f3d4788983d929d76e1d168bec7db1c80a50be5 (patch) | |
tree | ec2d19e9170d3f47f99e8f867526e1dfed223ba6 | |
parent | 67dbf8bec977571120f2c70c60ea637fa8916dd6 (diff) | |
download | ffmpeg-1f3d4788983d929d76e1d168bec7db1c80a50be5.tar.gz |
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>
-rw-r--r-- | libavdevice/decklink_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h index 544da27836..96912a7c2d 100644 --- a/libavdevice/decklink_common.h +++ b/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 |