Re: [FFmpeg-devel] [PATCH] decklink: Fix compile breakage on OSX

2018-10-19 Thread Marton Balint
On Fri, 19 Oct 2018, Devin Heitmueller wrote: Make the function static, or else Clang complains with: error: no previous prototype for function 'decklink_get_attr_string' [-Werror,-Wmissing-prototypes] Oops, sorry. Applied, thanks. Marton Signed-off-by: Devin Heitmueller --- libavdev

[FFmpeg-devel] [PATCH] decklink: Fix compile breakage on OSX

2018-10-19 Thread Devin Heitmueller
Make the function static, or else Clang complains with: error: no previous prototype for function 'decklink_get_attr_string' [-Werror,-Wmissing-prototypes] Signed-off-by: Devin Heitmueller --- libavdevice/decklink_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l