[Bug 784943] Decklink from gst-plugins-bad cannot be built on windows using Cerbero

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 19 14:51:53 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=784943

--- Comment #13 from Philippe Renon <philippe_renon at yahoo.fr> ---
Offending part in comutil.h :

/* Use of wsprintf might be impossible, if strsafe.h is included. */
#ifndef __STDC_SECURE_LIB__
#define _COM_PRINTF_S_1(dest,destsize,format,arg1) wsprintf(dest,format,arg1)
#elif defined(UNICODE)
#define _COM_PRINTF_S_1(dest,destsize,format,arg1)
swprintf_s(dest,destsize,format,arg1)
#else
#define _COM_PRINTF_S_1(dest,destsize,format,arg1)
sprintf_s(dest,destsize,format,arg1)
#endif

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list