mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdafx.h>
|
#include <stdafx.h>
|
||||||
#include <sndfile.h>
|
#include <libmodplug/sndfile.h>
|
||||||
|
|
||||||
#include "gstmodplug.h"
|
#include "gstmodplug.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue