mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
modplug: Define WORDS_BIGENDIAN to avoid undefined warning
https://bugzilla.gnome.org/show_bug.cgi?id=613795
This commit is contained in:
parent
52e02c83a4
commit
06242ffe20
1 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,13 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Required to not get an undefined warning
|
||||||
|
* https://bugzilla.gnome.org/show_bug.cgi?id=613795
|
||||||
|
*/
|
||||||
|
#ifndef WORDS_BIGENDIAN
|
||||||
|
#define WORDS_BIGENDIAN 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdafx.h>
|
#include <stdafx.h>
|
||||||
#include <libmodplug/sndfile.h>
|
#include <libmodplug/sndfile.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue