mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Build librbcodec with DSP and metadata.
All associated files are moved to /lib/rbcodec. Change-Id: I572ddd2b8a996aae1e98c081d06b1ed356dce222
This commit is contained in:
parent
24bd9d5393
commit
b5716df4cb
80 changed files with 97 additions and 112 deletions
|
|
@ -9,12 +9,15 @@
|
|||
|
||||
|
||||
|
||||
RBCODEC_DIR = $(ROOTDIR)/lib/rbcodec
|
||||
RBCODEC_BLD = $(BUILDDIR)/lib/rbcodec
|
||||
|
||||
FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall
|
||||
|
||||
SRC= $(call preprocess, $(ROOTDIR)/lib/rbcodec/test/SOURCES)
|
||||
|
||||
INCLUDES += -I$(ROOTDIR)/apps -I$(ROOTDIR)/apps/codecs -I$(ROOTDIR)/apps/codecs/lib \
|
||||
-I$(ROOTDIR)/apps/gui -I$(ROOTDIR)/apps/metadata
|
||||
-I$(ROOTDIR)/apps/gui
|
||||
INCLUDES += -I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \
|
||||
-I$(ROOTDIR)/firmware/target/hosted \
|
||||
-I$(ROOTDIR)/firmware/target/hosted/sdl
|
||||
|
|
@ -30,9 +33,10 @@ endif
|
|||
|
||||
include $(ROOTDIR)/tools/functions.make
|
||||
include $(ROOTDIR)/apps/codecs/codecs.make
|
||||
include $(ROOTDIR)/lib/rbcodec/rbcodec.make
|
||||
|
||||
$(BUILDDIR)/$(BINARY): $(CODECS)
|
||||
|
||||
$(BUILDDIR)/$(BINARY): $$(OBJ)
|
||||
$(BUILDDIR)/$(BINARY): $$(OBJ) $(RBCODEC_LIB)
|
||||
@echo LD $(BINARY)
|
||||
$(SILENT)$(HOSTCC) $(SIMFLAGS) $(LIBS) -o $@ $+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue