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 573849 - modplug's sndfile.h conflicts with libsndfile's sndfile.h
modplug's sndfile.h conflicts with libsndfile's sndfile.h
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-03 01:06 UTC by LRN
Modified: 2009-05-01 09:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Force gstmodplug to include correct header (234 bytes, patch)
2009-03-03 01:07 UTC, LRN
none Details | Review
Use correct header. (306 bytes, patch)
2009-03-19 21:17 UTC, LRN
committed Details | Review

Description LRN 2009-03-03 01:06:36 UTC
One in /usr/local/include/modplug, another is in /usr/local/include
However, both locations are in -I path, and /usr/local/include comes first, so gstmodplug picks up the wrong header.
Comment 1 LRN 2009-03-03 01:07:10 UTC
Created attachment 129906 [details] [review]
Force gstmodplug to include correct header
Comment 2 LRN 2009-03-19 21:17:45 UTC
Created attachment 130991 [details] [review]
Use correct header.

Sorry, previous patch was slightly wrong...
Comment 3 David Schleef 2009-03-19 22:39:45 UTC
Applied.  Will push after release.
Comment 4 Tim-Philipp Müller 2009-05-01 09:30:58 UTC
This was pushed a few days ago:

author LRN <lrn1986@gmail.com> 2009-03-19 22:37:17 (GMT)
committer David Schleef <ds@schleef.org> 2009-04-22 01:55:05 (GMT)
commit d4ff7292fd9d50ee19ff18cc7a7d0f0eaa93d76f

modplug: Use correct header file

modplug's sndfile.h conflicts with libsndfile's sndfile.h, so we'll access it directly using modplug/sndfile.h. Fixes #573849

Signed-off-by: David Schleef <ds@schleef.org>