mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix vp8
This commit is contained in:
parent
8f3523bdf3
commit
e15cd59f4a
3 changed files with 5 additions and 2 deletions
3
README
3
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 :
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0a9c0f0303c59e2702a837cc3a3362db65853911
|
||||
Subproject commit 6982a559db03fd191858856e97264b63e49e80cb
|
||||
Loading…
Add table
Reference in a new issue