GNOME Bugzilla – Bug 765425
dshowsrcwrapper: Fix include path in CMakeLists.txt
Last modified: 2016-04-23 14:15:23 UTC
Created attachment 326547 [details] [review] Patch The CMakeLists.txt didn't add the lib/gstreamer-1.0/include directory to the include path, thus gst-config.h couldn't be found at compile time.
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