From e15cd59f4a742813dfc49b276d16a80bd3fa9e98 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Mon, 31 Oct 2011 18:18:50 +0100 Subject: [PATCH] fix vp8 --- README | 3 +++ submodules/build/builders.d/libvpx.mk | 2 +- submodules/linphone | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 1c31943aa..a7411037b 100644 --- a/README +++ b/README @@ -2,6 +2,8 @@ ****************************************** Linphone for iPhone depends on liblinphone sdk. To build this sdk, you must install both xcode with iPhone OS SDK and MacPorts (www.macports.org) with the following ports: +-nawk +-coreutils -automake -autoconf -libtool @@ -10,6 +12,7 @@ Linphone for iPhone depends on liblinphone sdk. To build this sdk, you must inst -pkgconfig -cmake (for ZRTP support) -yasm +-doxygen gas-preprosessor.pl (http://github.com/yuvi/gas-preprocessor/ ) to be copied into /opt/local/bin : diff --git a/submodules/build/builders.d/libvpx.mk b/submodules/build/builders.d/libvpx.mk index b598aab5b..7f8ebd244 100644 --- a/submodules/build/builders.d/libvpx.mk +++ b/submodules/build/builders.d/libvpx.mk @@ -25,7 +25,7 @@ $(BUILDER_BUILD_DIR)/$(libvpx_dir)/config.mak: $(BUILDER_SRC_DIR)/$(libvpx_dir)/ && $(BUILDER_SRC_DIR)/$(libvpx_dir)/configure --prefix=$(prefix) $(libvpx_configure_options) build-libvpx: $(BUILDER_BUILD_DIR)/$(libvpx_dir)/config.mak - cd $(BUILDER_BUILD_DIR)/$(libvpx_dir) && PKG_CONFIG_PATH=$(prefix)/lib/pkgconfig CONFIG_SITE=$(BUILDER_SRC_DIR)/build/$(config_site) make && make install + cd $(BUILDER_BUILD_DIR)/$(libvpx_dir) && PKG_CONFIG_PATH=$(prefix)/lib/pkgconfig CONFIG_SITE=$(BUILDER_SRC_DIR)/build/$(config_site) make -j1 && make -j1 install clean-libvpx: cd $(BUILDER_BUILD_DIR)/$(libvpx_dir) && make clean diff --git a/submodules/linphone b/submodules/linphone index 0a9c0f030..6982a559d 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 0a9c0f0303c59e2702a837cc3a3362db65853911 +Subproject commit 6982a559db03fd191858856e97264b63e49e80cb