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>
This commit is contained in:
parent
f5c083c89f
commit
d4ff7292fd
@ -44,7 +44,7 @@
|
||||
#endif
|
||||
|
||||
#include <stdafx.h>
|
||||
#include <sndfile.h>
|
||||
#include <libmodplug/sndfile.h>
|
||||
|
||||
#include "gstmodplug.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user