mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
966de9ee44
--HG-- extra : rebase_source : 8939f59496da5548509ebd64a515947b071c204d
27 lines
804 B
Diff
27 lines
804 B
Diff
diff --git a/media/libfishsound/include/fishsound/config.h b/media/libfishsound/include/fishsound/config.h
|
|
index 573822f..b7cae62 100644
|
|
--- a/media/libfishsound/include/fishsound/config.h
|
|
+++ b/media/libfishsound/include/fishsound/config.h
|
|
@@ -104,3 +104,8 @@
|
|
#undef HAVE_VORBISENC
|
|
#define HAVE_VORBISENC 0
|
|
#undef DEBUG
|
|
+
|
|
+#include "prcpucfg.h"
|
|
+#ifdef IS_BIG_ENDIAN
|
|
+#define WORDS_BIGENDIAN
|
|
+#endif
|
|
diff --git a/media/libfishsound/src/libfishsound/config.h b/media/libfishsound/src/libfishsound/config.h
|
|
index 573822f..b7cae62 100644
|
|
--- a/media/libfishsound/src/libfishsound/config.h
|
|
+++ b/media/libfishsound/src/libfishsound/config.h
|
|
@@ -104,3 +104,8 @@
|
|
#undef HAVE_VORBISENC
|
|
#define HAVE_VORBISENC 0
|
|
#undef DEBUG
|
|
+
|
|
+#include "prcpucfg.h"
|
|
+#ifdef IS_BIG_ENDIAN
|
|
+#define WORDS_BIGENDIAN
|
|
+#endif
|