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