mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
fix trouble with lastest opencore amr (configure script was removed)
This commit is contained in:
parent
6ff81c7b14
commit
6e8a6a7a51
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ ifneq (,$(findstring arm,$(host)))
|
|||
endif
|
||||
|
||||
opencore-amr_dir?=externals/opencore-amr
|
||||
|
||||
$(BUILDER_SRC_DIR)/$(opencore-amr_dir)/configure: $(BUILDER_SRC_DIR)/$(opencore-amr_dir)/configure.ac
|
||||
cd $(BUILDER_SRC_DIR)/$(opencore-amr_dir) && autoreconf
|
||||
|
||||
$(BUILDER_BUILD_DIR)/$(opencore-amr_dir)/Makefile: $(BUILDER_SRC_DIR)/$(opencore-amr_dir)/configure
|
||||
mkdir -p $(BUILDER_BUILD_DIR)/$(opencore-amr_dir)
|
||||
cd $(BUILDER_BUILD_DIR)/$(opencore-amr_dir)/ \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue