mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
13 lines
396 B
Diff
13 lines
396 B
Diff
diff --git a/media/liboggz/include/oggz/config.h b/media/liboggz/include/oggz/config.h
|
|
index d645685..19d20f5 100644
|
|
--- a/media/liboggz/include/oggz/config_gcc.h
|
|
+++ b/media/liboggz/include/oggz/config_gcc.h
|
|
@@ -126,3 +126,8 @@
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
/* #undef size_t */
|
|
+
|
|
+#include "prcpucfg.h"
|
|
+#ifdef IS_BIG_ENDIAN
|
|
+#define WORDS_BIGENDIAN
|
|
+#endif
|