forked from len0rd/rockbox
Remove unused include path for opus
Change-Id: Ie5ab9d893a7d2c6ec1aca6c295e29ab34eacd656
This commit is contained in:
parent
7ad7ed0628
commit
e3cd7ec70b
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ OPUSLIB_OBJ := $(call c2obj, $(OPUSLIB_SRC))
|
||||||
$(OPUSLIB) : CODECFLAGS += -DHAVE_CONFIG_H \
|
$(OPUSLIB) : CODECFLAGS += -DHAVE_CONFIG_H \
|
||||||
-I$(RBCODECLIB_DIR)/codecs/libopus \
|
-I$(RBCODECLIB_DIR)/codecs/libopus \
|
||||||
-I$(RBCODECLIB_DIR)/codecs/libopus/celt \
|
-I$(RBCODECLIB_DIR)/codecs/libopus/celt \
|
||||||
-I$(RBCODECLIB_DIR)/codecs/libopus/silk \
|
-I$(RBCODECLIB_DIR)/codecs/libopus/silk
|
||||||
-I$(RBCODECLIB_DIR)/codecs/libopus/silk/fixed
|
|
||||||
|
|
||||||
$(OPUSLIB): $(OPUSLIB_OBJ)
|
$(OPUSLIB): $(OPUSLIB_OBJ)
|
||||||
$(SILENT)$(shell rm -f $@)
|
$(SILENT)$(shell rm -f $@)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue