From 42508993642065612dd9a90380d34eb86c918bda Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Tue, 27 Nov 2012 11:38:03 +0100 Subject: [PATCH] fix prepare-vpx --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c3f5159d..3dfa8dd51 100644 --- a/Makefile +++ b/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 )