Add preliminary Opus file support

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2016-12-05 17:13:03 +00:00
parent 6c43254b7e
commit 1cd932be7b
3 changed files with 99 additions and 3 deletions

View File

@@ -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 -lm -lopus
LIBS := -lctru -lopusfile -lm
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing