mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
473 B
Diff
19 lines
473 B
Diff
diff --git a/media/liboggplay/src/liboggplay/config.h b/media/liboggplay/src/liboggplay/config.h
|
|
--- a/media/liboggplay/src/liboggplay/config.h
|
|
+++ b/media/liboggplay/src/liboggplay/config.h
|
|
@@ -102,8 +102,14 @@
|
|
# ifndef WORDS_BIGENDIAN
|
|
/* # undef WORDS_BIGENDIAN */
|
|
# endif
|
|
#endif
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
/* #undef const */
|
|
#undef HAVE_GLUT
|
|
+
|
|
+#include "prcpucfg.h"
|
|
+#ifdef IS_BIG_ENDIAN
|
|
+#define WORDS_BIGENDIAN 1
|
|
+#endif
|
|
+
|