mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 17:29:20 +00:00
simplify build (do not apply patch)
This commit is contained in:
parent
63272b2303
commit
3d2da22b39
4 changed files with 3 additions and 3 deletions
|
|
@ -46,4 +46,5 @@ capture=0
|
|||
show_local=0
|
||||
enabled=1
|
||||
size=qvga
|
||||
recv_buf_size=65535
|
||||
|
||||
|
|
|
|||
|
|
@ -44,4 +44,5 @@ capture=1
|
|||
show_local=0
|
||||
enabled=1
|
||||
size=vga
|
||||
recv_buf_size=65535
|
||||
|
||||
|
|
|
|||
|
|
@ -104,8 +104,6 @@ veryclean: veryclean-linphone veryclean-msbcg729
|
|||
|
||||
|
||||
.NOTPARALLEL build-linphone: init build-openssl build-srtp build-zrtpcpp build-osip2 build-eXosip2 build-speex build-libgsm build-ffmpeg build-libvpx detect_gpl_mode_switch $(LINPHONE_BUILD_DIR)/Makefile
|
||||
# patch MTU
|
||||
sed -i.bak 's/UDP_MAX_SIZE/65535/' $(LINPHONE_SRC_DIR)/mediastreamer2/src/videostream.c
|
||||
cd $(LINPHONE_BUILD_DIR) && export PKG_CONFIG_LIBDIR=$(prefix)/lib/pkgconfig export CONFIG_SITE=$(BUILDER_SRC_DIR)/build/$(config_site) make newdate && make && make install
|
||||
|
||||
clean-linphone: clean-osip2 clean-eXosip2 clean-speex clean-libgsm clean-srtp clean-zrtpcpp clean-msilbc clean-libilbc clean-openssl clean-msamr clean-mssilk clean-ffmpeg clean-libvpx clean-msx264
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6068c49f486f546bcb08102223fd79e49f2e0172
|
||||
Subproject commit b285ff17c8f3f9d40c01cbb3f05c6c882d6e3ea3
|
||||
Loading…
Add table
Reference in a new issue