From d25d24812e8120c0eb133a412287ac030eb185c9 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 4 Aug 2021 09:49:56 -0400 Subject: RFC: Get rid of mpegplayer plugin It might have made sense once upon a time, but in today's world... Change-Id: I5d638e6f7a2308c50ab12bd901338f02cf426aae --- apps/plugins/mpegplayer/mpegplayer.make | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 apps/plugins/mpegplayer/mpegplayer.make (limited to 'apps/plugins/mpegplayer/mpegplayer.make') diff --git a/apps/plugins/mpegplayer/mpegplayer.make b/apps/plugins/mpegplayer/mpegplayer.make deleted file mode 100644 index af2156787e..0000000000 --- a/apps/plugins/mpegplayer/mpegplayer.make +++ /dev/null @@ -1,32 +0,0 @@ -# __________ __ ___. -# Open \______ \ ____ ____ | | _\_ |__ _______ ___ -# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -# \/ \/ \/ \/ \/ -# $Id$ -# - -MPEGSRCDIR := $(APPSDIR)/plugins/mpegplayer -MPEGBUILDDIR := $(BUILDDIR)/apps/plugins/mpegplayer - -ROCKS += $(MPEGBUILDDIR)/mpegplayer.rock - -MPEG_SRC := $(call preprocess, $(MPEGSRCDIR)/SOURCES) -MPEG_OBJ := $(call c2obj, $(MPEG_SRC)) - -# add source files to OTHER_SRC to get automatic dependencies -OTHER_SRC += $(MPEG_SRC) - -# Set '-fgnu89-inline' if supported (GCCVER >= 4.1.3, GCCNUM > 401) -ifeq ($(shell expr $(GCCNUM) \> 401),1) - MPEGCFLAGS = $(PLUGINFLAGS) -fgnu89-inline -else - MPEGCFLAGS = $(PLUGINFLAGS) -endif - -$(MPEGBUILDDIR)/mpegplayer.rock: $(MPEG_OBJ) $(CODECDIR)/libmad-mpeg.a - -$(MPEGBUILDDIR)/%.o: $(MPEGSRCDIR)/%.c $(MPEGSRCDIR)/mpegplayer.make - $(SILENT)mkdir -p $(dir $@) - $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) -I$(dir $<) $(MPEGCFLAGS) -c $< -o $@ -- cgit v1.2.3