[Bug 794652] Decklink initialization fails in windows binary 1.14.0.1

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Mar 24 13:16:21 UTC 2018


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

--- Comment #1 from Takeshi Sato <t-sato at bx.jp.nec.com> ---
$ diff gstdecklink.cpp.org gstdecklink.cpp
1068c1068
< #ifdef _MSC_VER
---
> #ifdef G_OS_WIN32
1117c1117
< #endif /* _MSC_VER */
---
> #endif /* G_OS_WIN32 */
1130c1130
< #ifdef _MSC_VER
---
> #ifdef G_OS_WIN32
1141c1141
< #endif /* _MSC_VER */
---
> #endif /* G_OS_WIN32 */

-- 
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