Bustage fix for d8d2c0480c77

This commit is contained in:
Matthew Gregan 2009-04-05 11:51:14 +12:00
parent a1bb6c1bab
commit 25877b4813
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@ diff --git a/media/liboggplay/src/liboggplay/config.h b/media/liboggplay/src/lib
+
+#include "prcpucfg.h"
+#ifdef IS_BIG_ENDIAN
+#define WORDS_BIGENDIAN
+#define WORDS_BIGENDIAN 1
+#endif
+

View File

@ -110,6 +110,6 @@
#include "prcpucfg.h"
#ifdef IS_BIG_ENDIAN
#define WORDS_BIGENDIAN
#define WORDS_BIGENDIAN 1
#endif