Adding Opus

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2016-12-07 16:16:27 +00:00
parent 1cd932be7b
commit 1f4b29912b
5 changed files with 432 additions and 79 deletions

View File

@@ -42,7 +42,7 @@ APP_AUTHOR = Deltabeard
#---------------------------------------------------------------------------------
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
CFLAGS := -g -Wall -O2 -mword-relocations \
CFLAGS := -g -Wall -Os -mword-relocations \
-fomit-frame-pointer -ffunction-sections \
$(ARCH)
@@ -53,7 +53,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=3dsx.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lctru -lopusfile -lm
LIBS := -lctru -lopusfile -lopus -logg -lm
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing