mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
modplug: Specify directory when including stdafx.h
modplug stopped exposing their directory in their pcfile, meaining
consumers accessing the headers directly fail to build.
75e9b16698
/
This commit is contained in:
parent
fb639741d7
commit
fd4cb22ae4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
#define WORDS_BIGENDIAN 0
|
#define WORDS_BIGENDIAN 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdafx.h>
|
#include <libmodplug/stdafx.h>
|
||||||
#include <libmodplug/sndfile.h>
|
#include <libmodplug/sndfile.h>
|
||||||
|
|
||||||
#include "gstmodplug.h"
|
#include "gstmodplug.h"
|
||||||
|
|
Loading…
Reference in a new issue