Build Libmpg123 for ARM

This commit is contained in:
Emery Hemingway
2019-02-26 14:37:56 +01:00
parent f3a3f00a10
commit 58d7a7d8e6

View File

@@ -1 +1,5 @@
$(error libmpg123 not available for ARM, see $(REP_DIR)/lib/mk/spec/x86_64/libmpg123.mk)
include $(REP_DIR)/lib/mk/libmpg123.inc
CC_DEF += -DOPT_ARM
SRC_S += $(notdir $(wildcard $(MPG123_SRC_DIR)/*arm*.S))