update linphone submodule (MediaCodec improvements)
This commit is contained in:
parent
46a5128e28
commit
315353b174
2 changed files with 6 additions and 2 deletions
6
README
6
README
|
@ -9,7 +9,11 @@ To build liblinphone for Android, you must:
|
|||
-------------------------------------------
|
||||
0) download the Android sdk with platform-tools and tools updated to latest revision (at least API 16 is needed), then add both 'tools' and 'platform-tools' folders in your path.
|
||||
1) download the Android ndk (=r10c) from google and add it to your path (no symlink !!!).
|
||||
2) install yasm, nasm, ant, python, cmake
|
||||
2) install yasm, nasm, ant, python, cmake, and gas-precessor.pl
|
||||
gas-preprocessor.pl is a simple perl script that can be downloaded from
|
||||
https://git.libav.org/?p=gas-preprocessor.git;a=blob_plain;f=gas-preprocessor.pl;hb=HEAD
|
||||
After copying it into /usr/local/bin, don't forget to give it exec permission with chmod +x gas-preprocessor.pl
|
||||
|
||||
On 64 bits linux systems you'll need the ia32-libs package
|
||||
With the latest Debian (multiarch), you need this:
|
||||
dpkg --add-architecture i386
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 61509e105bbd49fa6f56ec7cc15175db231a7acf
|
||||
Subproject commit 39f82d4e05c00e042939141b3a84f3a810bdadca
|
Loading…
Reference in a new issue