Commit graph

132 commits

Author SHA1 Message Date
Jehan Monnier
7478d291de fix build issue with openh264 2014-07-08 10:03:21 +02:00
Guillaume BIENKOWSKI
242feeecdc OpenH264 update 2014-07-07 12:15:45 +02:00
Ghislain MARY
c81322ec8b Fix make veryclean. 2014-06-13 16:05:11 +02:00
Ghislain MARY
c80568fd26 Compile the iSAC codec from the mswebrtc plugin instead of the msisac plugin. 2014-06-13 16:03:56 +02:00
Guillaume BIENKOWSKI
32c633628f Fix VP8 for armv7s 2014-06-12 15:46:55 +02:00
Guillaume BIENKOWSKI
b88f1f1aec Update libvpx, fixes corruption and crashes with new clang. 2014-05-02 18:10:42 +02:00
Simon Morlat
81ce1181b4 restore tunnel build, fix crash occuring with lastest polarssl 2014-04-22 23:37:46 +02:00
Simon Morlat
edd0d46291 Merge remote-tracking branch 'public/master' into tunnel
Conflicts:
	Classes/LinphoneCoreSettingsStore.m
2014-04-22 17:03:25 +02:00
Simon Morlat
02afae59eb integrate permissive patch of openh264 2014-04-16 11:25:20 +02:00
Simon Morlat
3376388982 Merge remote-tracking branch 'public/master' into tunnel
Conflicts:
	Classes/LinphoneCoreSettingsStore.m
	Classes/LinphoneManager.m
	linphone.xcodeproj/project.pbxproj
	submodules/build/Makefile
	submodules/build/builder-iphone-os.mk
2014-04-14 12:52:00 +02:00
Guillaume BIENKOWSKI
bff266f396 Fix veryclean for openh264 2014-04-08 09:13:06 +02:00
Ghislain MARY
8d23daf39c Build OpenH264 in the SDK. 2014-04-04 15:39:09 +02:00
Johan Pascal
0d679c6f77 Add missing makefiles 2014-04-02 09:55:54 +02:00
Guillaume Bienkowski
6cca2c777b Handle take_binary for i386 2014-04-01 16:25:36 +02:00
Guillaume BIENKOWSKI
5fc519f8a2 Add the ability to force the use of compiled versions of libvpx 2014-04-01 16:25:28 +02:00
Guillaume BIENKOWSKI
29cca9bfe9 Use binary distribution for libvpx, since the new Apple compiler (Xcode 5.1) outputs crashing code. 2014-03-28 14:12:07 +01:00
Guillaume BIENKOWSKI
5ab859fd08 Apply the proposed fix for the garbling of vp8 here: https://code.google.com/p/webm/issues/detail?id=603#c45 2014-03-27 10:26:58 +01:00
Guillaume BIENKOWSKI
3df38649f6 Enable h263 2014-03-18 10:21:52 +01:00
Guillaume BIENKOWSKI
2ab72a27bb Fix msisac Werror with Clang for Xcode 5.1 2014-03-12 16:08:45 +01:00
Guillaume BIENKOWSKI
a5c06ade4a Add missing cunit compilation directives 2014-02-28 10:58:46 +01:00
Guillaume BIENKOWSKI
7113078817 Fix polarssl compilation nightmare 2014-02-20 17:30:30 +01:00
Guillaume BIENKOWSKI
130476990c Fix polarssl errors at compilation 2014-02-20 11:03:44 +01:00
Guillaume BIENKOWSKI
0b3d423865 Update polarssl 2014-02-19 11:16:07 +01:00
Guillaume BIENKOWSKI
21facbcd9c Removed dependency on libvpx patch 2014-02-13 12:20:31 +01:00
Guillaume BIENKOWSKI
0848c79e92 Migrate to VP8 version 1.3 2014-02-12 09:26:44 +01:00
Johan Pascal
e7e583cd1d Update libzrtp to v4 in standalone mode
- update srtp to include name collision correction
- update linphone to get updated oRTP using libzrtpv4 API
2014-01-08 20:34:19 +01:00
Guillaume BIENKOWSKI
0728679785 Added msisac module to the compilation process. Only available in the SDK for now. 2014-01-03 09:38:39 +01:00
Guillaume BIENKOWSKI
b2904d4c04 Resolve iOS7 VPX corruption. This dramatically improves image quality for VP8! 2013-11-19 16:08:31 +01:00
Guillaume BIENKOWSKI
43602710a2 Use binary version of the silk lib for armV7.
This enables older devices (iPhone4) to handle the SILK codec normally again.
2013-11-05 15:49:37 +01:00
Guillaume BIENKOWSKI
1ec60999ab Merge remote-tracking branch 'public/master' into tunnel
Conflicts:
	Classes/LinphoneManager.h
	Classes/LinphoneManager.m
	linphone.xcodeproj/project.pbxproj
	submodules/build/Makefile
	submodules/build/builder-iphone-os.mk

+ Made modifications to the tunnel compilation so that it builds without openssl.
2013-11-05 10:54:23 +01:00
Guillaume BIENKOWSKI
521c008f24 Some commands for distclean in FFMPEG fail in OSX,
so don't account on these. We simply remove the 
folder afterwards.
2013-10-15 09:27:13 +02:00
Guillaume BIENKOWSKI
4627ff65cd Typo in mssilk builder 2013-10-10 10:45:35 +02:00
Guillaume BIENKOWSKI
518dd9e9c7 Enable PIE for ffmpeg and x264.
Note that the x264 compilation seems to generate non-PIC code even though the option is passed.
2013-10-04 10:25:08 +02:00
Guillaume BIENKOWSKI
be2b671628 Fix i386 compilation, which was triggering link errors for the iPhoneSimulator target. 2013-10-03 14:49:34 +02:00
Guillaume BIENKOWSKI
3eec08773c Disable the gcc in opencore-amr, which fixes compiler issue (was producing x86 versions even for arm targets…) 2013-10-02 11:24:21 +02:00
Guillaume BIENKOWSKI
cc6074ad33 + Fix x264 patch not applied after a clean
+ Fix libvpx and zrtp compilation for XCode 4.x

Overall, we transition from using gcc to using clang all the way. This solves some tricky problems with -mtune options and architecture-dependant configure issues.
2013-10-01 17:41:37 +02:00
Guillaume BIENKOWSKI
ce17708a34 Re-enable x264 patching and fix patch file. 2013-10-01 08:58:14 +02:00
Guillaume BIENKOWSKI
e053a0ee19 Fix compilation process for XCode 5 and following.
Transitioned to using Clang instead of GCC everywhere possible,
including x264 (some ASM was modified for that)
2013-09-30 17:32:46 +02:00
Simon Morlat
7b61902477 remove ffmpeg patch, no longer necessary 2013-07-13 10:23:02 +02:00
Simon Morlat
eb9958044b update to newer ffmpeg 2013-07-12 23:54:51 +02:00
Ghislain MARY
d23851a3f1 Deactivate iconv and zlib to compile libxml2. 2013-06-20 17:49:52 +02:00
Ghislain MARY
b7dc49f290 Compile libxml2. 2013-06-20 15:41:40 +02:00
Jehan Monnier
8f74160e83 Merge remote-tracking branch 'origin/master' into belle-sip
Conflicts:
	.gitmodules
	linphone.xcodeproj/project.pbxproj
	submodules/build/builder-iphone-os.mk
	submodules/build/builders.d/libvpx.mk
	submodules/build/builders.d/mssilk.mk
	submodules/build/builders.d/opencore-amr.mk
	submodules/build/iphone-config.site
	submodules/liblinphone.xcodeproj/project.pbxproj
	submodules/linphone
2013-06-04 10:31:39 +02:00
Jehan Monnier
2339dce285 port sdk to clang except for mssilk & opencore-amr 2013-06-03 09:00:48 +02:00
Jehan Monnier
7162af2c3d add opus submodule 2013-05-27 22:07:52 +02:00
Ghislain MARY
f870e7b6a2 Merge branch 'master' of git.linphone.org:linphone-iphone into tunnel 2013-05-23 11:40:37 +02:00
Jehan Monnier
bd5fccb963 update libvpx to v1.2.0 2013-05-22 16:13:35 +02:00
Jehan Monnier
5ea8097ddd update libvpx to v1.2.0 2013-05-22 16:13:35 +02:00
Simon Morlat
479031cbc8 add polarssl into the build and update srtp to fix duplicated symbols 2013-05-09 18:08:47 +02:00
Simon Morlat
c422b7b553 Merge remote-tracking branch 'public/master' into belle-sip
and add polarssl
Conflicts:
	submodules/liblinphone.xcodeproj/project.pbxproj
	submodules/linphone
2013-05-07 22:55:03 +02:00