GNOME Bugzilla – Bug 573849
modplug's sndfile.h conflicts with libsndfile's sndfile.h
Last modified: 2009-05-01 09:30:58 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.
Created attachment 129906 [details] [review] Force gstmodplug to include correct header
Created attachment 130991 [details] [review] Use correct header. Sorry, previous patch was slightly wrong...
Applied. Will push after release.
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>