From e1c3984bbcd8a841a158043c9351b9f53cf84ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Feb 2017 14:25:11 +0100 Subject: Fix detection whether the system is big endian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit c2d9407d82d38ce3b00a67de37c154f650072606) --- config.h.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index dad62ef..46374a8 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,5 +1,9 @@ #cmakedefine VERSION "@VERSION@" +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ + // User specified build options #cmakedefine HAVE_TAGLIB 1 -- cgit v1.2.1