mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
Use binary version of the silk lib for armV7.
This enables older devices (iPhone4) to handle the SILK codec normally again.
This commit is contained in:
parent
84a638e198
commit
43602710a2
2 changed files with 7 additions and 3 deletions
|
|
@ -42,13 +42,17 @@ build-mssilk: $(BUILDER_BUILD_DIR)/$(mssilk_dir)/Makefile
|
|||
&& PKG_CONFIG_PATH=$(prefix)/lib/pkgconfig \
|
||||
CONFIG_SITE=$(BUILDER_SRC_DIR)/build/$(config_site) \
|
||||
make -j1 && make install
|
||||
|
||||
ifeq ($(host),armv7-apple-darwin)
|
||||
echo -e "\033[01;32m Getting BINARY version of silk for armV7 \033[0m"
|
||||
cp $(BUILDER_SRC_DIR)/$(mssilk_dir)/ios_bin/armv7/libSKP_SILK_SDK.a $(prefix)/lib/
|
||||
endif
|
||||
|
||||
else
|
||||
|
||||
build-mssilk:
|
||||
echo "SILK is disabled"
|
||||
|
||||
endif
|
||||
endif # enable_silk
|
||||
|
||||
clean-mssilk:
|
||||
-cd $(BUILDER_BUILD_DIR)/$(mssilk_dir) && make clean
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ab300b6e98eeede557346b76fbc7c2860ebd55bd
|
||||
Subproject commit 5a1d028e4e012c67940757ea57767fd811eddee7
|
||||
Loading…
Add table
Reference in a new issue