You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
204 B

--- a/src/lib/alac/alac.c
+++ b/src/lib/alac/alac.c
@@ -29,7 +29,7 @@
*
*/
-static const int host_bigendian = 0;
+#define host_bigendian (htonl(42) == 42)
#include <stdio.h>
#include <stdlib.h>