summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/libmusepack.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/libmusepack.make')
-rw-r--r--apps/codecs/libmusepack/libmusepack.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/libmusepack.make b/apps/codecs/libmusepack/libmusepack.make
index b608615c14..e6f06c65ad 100644
--- a/apps/codecs/libmusepack/libmusepack.make
+++ b/apps/codecs/libmusepack/libmusepack.make
@@ -15,7 +15,7 @@ OTHER_SRC += $(MUSEPACKLIB_SRC)
15 15
16$(MUSEPACKLIB): $(MUSEPACKLIB_OBJ) 16$(MUSEPACKLIB): $(MUSEPACKLIB_OBJ)
17 $(SILENT)$(shell rm -f $@) 17 $(SILENT)$(shell rm -f $@)
18 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1 18 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null
19 19
20# libmusepack is faster on ARM-targets with -O1 than -O2 20# libmusepack is faster on ARM-targets with -O1 than -O2
21MUSEPACKFLAGS = $(filter-out -O%,$(CODECFLAGS)) -I$(APPSDIR)/codecs/libmusepack 21MUSEPACKFLAGS = $(filter-out -O%,$(CODECFLAGS)) -I$(APPSDIR)/codecs/libmusepack