mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-23 06:38:09 +00:00
fix prepare-vpx
This commit is contained in:
parent
d8b2b70978
commit
0178a70aa6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -30,7 +30,7 @@ prepare-ilbc: $(LIBILBC_BUILD_DIR)/src/iLBC_decode.c
|
|||
#libvpx
|
||||
LIBVPX_SRC_DIR=$(TOPDIR)/submodules/externals/libvpx
|
||||
$(LIBVPX_SRC_DIR)/vp8/common/asm_com_offsets.c.S:
|
||||
cd $(LIBVPX_SRC_DIR) \
|
||||
cd $(LIBVPX_SRC_DIR) && \
|
||||
./configure --target=armv7-android-gcc --sdk-path=$(NDK_PATH) --enable-error-concealment && \
|
||||
make asm_com_offsets.asm \
|
||||
|| ( echo "VP8 prepare stage failed." ; exit 1 )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue