A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

build: We don't need sh-specific flags in the pictureflow build.

Change-Id: I1e9ab4332cbeb5aabc01edf825eace6152347e0a

-5
-5
apps/plugins/pictureflow/pictureflow.make
··· 22 22 ROCKS += $(PICTUREFLOW_OBJDIR)/pictureflow.rock 23 23 endif 24 24 25 - ifeq ($(CPU),sh) 26 - # sh need to retain its' -Os 27 - PICTUREFLOWFLAGS = $(PLUGINFLAGS) 28 - else 29 25 PICTUREFLOWFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2 30 - endif 31 26 32 27 $(PICTUREFLOW_OBJDIR)/pictureflow.rock: $(PICTUREFLOW_OBJ) 33 28