mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Add codecs to librbcodec.
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
This commit is contained in:
parent
a0009907de
commit
f40bfc9267
757 changed files with 122 additions and 122 deletions
|
|
@ -9,15 +9,14 @@
|
|||
|
||||
|
||||
|
||||
RBCODEC_DIR = $(ROOTDIR)/lib/rbcodec
|
||||
RBCODECLIB_DIR = $(ROOTDIR)/lib/rbcodec
|
||||
RBCODEC_BLD = $(BUILDDIR)/lib/rbcodec
|
||||
|
||||
GCCOPTS += -D__PCTOOL__ $(TARGET) -DDEBUG -g -std=gnu99 `$(SDLCONFIG) --cflags` -DCODECDIR="\"$(CODECDIR)\""
|
||||
|
||||
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
|
||||
INCLUDES += -I$(ROOTDIR)/apps -I$(ROOTDIR)/apps/gui
|
||||
INCLUDES += -I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \
|
||||
-I$(ROOTDIR)/firmware/target/hosted \
|
||||
-I$(ROOTDIR)/firmware/target/hosted/sdl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue