2014-10-25 19:48:57 +00:00
|
|
|
--- a/src/lib/alac/alac.c
|
|
|
|
+++ b/src/lib/alac/alac.c
|
2015-09-29 19:31:07 +00:00
|
|
|
@@ -29,7 +29,7 @@
|
2014-10-25 19:48:57 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
-static const int host_bigendian = 0;
|
2015-09-29 19:31:07 +00:00
|
|
|
+#define host_bigendian (htonl(42) == 42)
|
2014-10-25 19:48:57 +00:00
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|