GNOME Bugzilla – Bug 765426
dshowsrcwrapper: Fix link error (SAFESEH)
Last modified: 2016-04-23 14:15:41 UTC
Created attachment 326548 [details] [review] Patch Link dshowsrcwrapper with the /SAFESEH:NO linker option or it doesn't link with the official gstreamer Windows binaries.
Thanks, squashed this with the other patch: commit 97529971fcda15982128373147513ba6608dffd0 Author: Jerome Laheurte <jlaheurte@quividi.com> Date: Fri Apr 22 14:44:57 2016 +0200 dshowsrcwrapper: fix include path and link error Add include path so that the cmake-generated project is able to find gstconfig.h Add /SAFESEH:NO to MSVC linker options so it can link with gstreamer libraries on Windows. https://bugzilla.gnome.org//show_bug.cgi?id=765426