mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-09 20:57:43 +02:00
big endian for armeb and powerpc
This commit is contained in:
parent
90b1c7af8a
commit
efd6dc8099
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@ ENDIANNESS:=LITTLE
|
|||
ifeq ($(ARCH),mips)
|
||||
ENDIANNESS:=BIG
|
||||
endif
|
||||
ifeq ($(ARCH),armeb)
|
||||
ENDIANNESS:=BIG
|
||||
endif
|
||||
ifeq ($(ARCH),powerpc)
|
||||
ENDIANNESS:=BIG
|
||||
endif
|
||||
|
||||
|
||||
define Package/snapcast/Default
|
||||
SECTION := sxx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue