FS-4785 --resolve

This commit is contained in:
Brian West 2012-11-01 18:09:25 -05:00
parent 0a0f5951ab
commit ccb3f7fd2b
1 changed files with 2 additions and 1 deletions

View File

@ -5,10 +5,11 @@ OPUS=opus-1.0.1
OPUS_DIR=$(switch_srcdir)/libs/$(OPUS)
OPUS_BUILDDIR=$(switch_builddir)/libs/$(OPUS)
LOCAL_CFLAGS=-I$(OPUS_DIR)/include -g -O2
LOCAL_LDFLAGS=-lm -lz
OPUS_LA=$(OPUS_BUILDDIR)/.libs/libopus.la
LOCAL_LIBADD=$(OPUS_LA) -lm -lz
LOCAL_LIBADD=$(OPUS_LA)
include $(BASE)/build/modmake.rules