diff --git a/ext/modplug/gstmodplug.cc b/ext/modplug/gstmodplug.cc index f7b781031c..29a5fadb14 100644 --- a/ext/modplug/gstmodplug.cc +++ b/ext/modplug/gstmodplug.cc @@ -43,6 +43,13 @@ #include "config.h" #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 #include