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 745210 - win32: Unnecessary LibXml include directive
win32: Unnecessary LibXml include directive
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-26 13:44 UTC by Marcin Kolny (IRC: loganek)
Modified: 2015-03-04 09:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (873 bytes, patch)
2015-02-26 13:45 UTC, Marcin Kolny (IRC: loganek)
committed Details | Review

Description Marcin Kolny (IRC: loganek) 2015-02-26 13:44:04 UTC
"include" directive of libxml library is not needed in win32/common/gstconfig.h and I think it can be removed.
Comment 1 Marcin Kolny (IRC: loganek) 2015-02-26 13:45:20 UTC
Created attachment 297978 [details] [review]
proposed fix
Comment 2 Sebastian Dröge (slomo) 2015-03-04 09:04:23 UTC
commit 20719e4c78c0b7075c37300c2b07cd276e7bfa23
Author: Marcin Kolny <marcin.kolny@flytronic.pl>
Date:   Thu Feb 26 14:43:25 2015 +0100

    win32/common/gstconfig.h: removed libxml include directive
    
    This is a leftover from 0.10 and not needed anymore.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=745210