Re: [FFmpeg-devel] [PATCH] avdevice/decklink: fix mingw portability

2016-06-26 Thread Deti Fliegl
patch accepted, please apply. On 27.06.16 01:15, Marton Balint wrote: Signed-off-by: Marton Balint --- libavdevice/decklink_common.cpp | 7 +-- libavdevice/decklink_common.h | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/libavdevice/decklink_common.cpp b/libavde

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: fix mingw portability

2016-06-26 Thread Marton Balint
On Mon, 27 Jun 2016, Michael Niedermayer wrote: On Mon, Jun 27, 2016 at 01:15:45AM +0200, Marton Balint wrote: Signed-off-by: Marton Balint --- libavdevice/decklink_common.cpp | 7 +-- libavdevice/decklink_common.h | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) i can conf

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: fix mingw portability

2016-06-26 Thread Michael Niedermayer
On Mon, Jun 27, 2016 at 01:15:45AM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavdevice/decklink_common.cpp | 7 +-- > libavdevice/decklink_common.h | 4 ++-- > 2 files changed, 7 insertions(+), 4 deletions(-) note, the commit that caused this is just in master, n

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: fix mingw portability

2016-06-26 Thread Michael Niedermayer
On Mon, Jun 27, 2016 at 01:15:45AM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavdevice/decklink_common.cpp | 7 +-- > libavdevice/decklink_common.h | 4 ++-- > 2 files changed, 7 insertions(+), 4 deletions(-) i can confirm that fixes the build issue [...] -- Mi

[FFmpeg-devel] [PATCH] avdevice/decklink: fix mingw portability

2016-06-26 Thread Marton Balint
Signed-off-by: Marton Balint --- libavdevice/decklink_common.cpp | 7 +-- libavdevice/decklink_common.h | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/libavdevice/decklink_common.cpp b/libavdevice/decklink_common.cpp index 3625673..bd5ab91 100644 --- a/libavdevice/