After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765425 - dshowsrcwrapper: Fix include path in CMakeLists.txt
dshowsrcwrapper: Fix include path in CMakeLists.txt
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-22 13:01 UTC by Jérôme Laheurte
Modified: 2016-04-23 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (908 bytes, patch)
2016-04-22 13:01 UTC, Jérôme Laheurte
committed Details | Review

Description Jérôme Laheurte 2016-04-22 13:01:12 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.
Comment 1 Tim-Philipp Müller 2016-04-23 14:14:45 UTC
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