mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix build issue for sdk
This commit is contained in:
parent
ddeaddf92d
commit
a8688f5012
2 changed files with 2 additions and 1 deletions
1
README
1
README
|
|
@ -9,6 +9,7 @@ Linphone for iPhone depends on liblinphone sdk. To build this sdk, you must inst
|
|||
-wget
|
||||
-pkgconfig
|
||||
-cmake (for ZRTP support)
|
||||
-yasm
|
||||
|
||||
|
||||
gas-preprosessor.pl (http://github.com/yuvi/gas-preprocessor/ ) to be copied into /opt/local/bin
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ $(BUILDER_BUILD_DIR)/$(x264_dir)/config.mak: $(BUILDER_BUILD_DIR)/$(x264_dir)/co
|
|||
&& ./configure --prefix=$(prefix) ${x264-configure-option}
|
||||
|
||||
build-x264: $(BUILDER_BUILD_DIR)/$(x264_dir)/config.mak
|
||||
cd $(BUILDER_BUILD_DIR)/$(x264_dir) make && make install
|
||||
cd $(BUILDER_BUILD_DIR)/$(x264_dir) make && make install-lib-dev
|
||||
|
||||
clean-x264:
|
||||
cd $(BUILDER_BUILD_DIR)/$(x264_dir) && make clean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue