mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
52e2f0e80b
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
12 lines
204 B
Diff
12 lines
204 B
Diff
--- 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>
|