History log of /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d386a8071665150c3d08677f795042b75c66687f 08-May-2014 leozwang <leozwang@google.com> Remove ndk_build from platform makefile.

Webrtc used to support both platform build and ndk build in a single makefile.
However, ndk build should be done by gyp, no need to support ndk build in android
makefile, remove NDK_ROOT.

Change-Id: I73c4ab84cec9f4f2d75ec21a50e420f9b076fce4
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/Android.mk
99d7cbd2345b95841b6d98c2c1ee5f174a335881 11-Mar-2014 Ying Wang <wangying@google.com> resolved conflicts for merge of 3cc82c99 to master

Change-Id: Ib23fa837ba685943794252ad53352e1e7a741ab8
792d5464151b0e5744e311ff79eca886e277807b 10-Mar-2014 Ying Wang <wangying@google.com> Use arch specific flags to fix multilib build.

Bug: 13391438
Change-Id: Ie9844df210c7ea24da952811ba854850fc17ded9
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/Android.mk
6347a8c4df1942a8a3736fd54f413d8c3df2e9c0 20-Sep-2013 Ying Wang <wangying@google.com> Remvoe unnecessary dependencies.

So it can build against the NDK.

Change-Id: I988bb0246be96ca628b19792b8e1d33e43b8c219
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/Android.mk
5d8e19eb3b3c4b541df50f8eddd6198b4be992a4 04-Feb-2013 Przemyslaw Szczepaniak <pszczepaniak@google.com> Add libwebrtc_audio_coding_gnustl_static static library

Attempt number 2. Now with working tests.

This change allows to build fully unbundled GoogleTTS apk that can be deployed
on any >= ICS_MR1 device.

All static libraries under src/* can be build using ndk stl libraries, using
WEBRTC_STL varible. libwebrtc_audio_coding_gnustl_static is static version of
libwebrtc_audio_coding, build using gnustl from ndk.

Change-Id: I41a5163eb434432eab3131f5df23ffd311e6159b
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/Android.mk
fea56d8416b7ec51681edecae82c3b4b8c7b7e15 04-Feb-2013 Przemyslaw Szczepaniak <pszczepaniak@google.com> Revert "Add libwebrtc_audio_coding_gnustl_static static library". It tests are broken

This reverts commit 62f88b75e4f2cf47433a0a8948d679c0334f2204

Change-Id: I3a2c531c28d47867eb189d45c04632b54e9acca6
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/Android.mk
62f88b75e4f2cf47433a0a8948d679c0334f2204 31-Jan-2013 Przemyslaw Szczepaniak <pszczepaniak@google.com> Add libwebrtc_audio_coding_gnustl_static static library

This change allows to build fully unbundled GoogleTTS apk that can be deployed
on any >= ICS_MR1 device.

All static libraries under src/* can be build using ndk stl libraries, using
WEBRTC_STL varible. libwebrtc_audio_coding_gnustl_static is static version of
libwebrtc_audio_coding, build using gnustl from ndk.

Bug: 6397748
Change-Id: Ibf0acb11d3e605a1d4c668bbf98b0a0bb55399bc
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/Android.mk
6f12fff925188ced26e518cd2252aff3e93bb04e 20-Aug-2012 Alexander Gutkin <agutkin@google.com> Added iSAC coder.

- Imported the floating point implementation of iSAC coder from stable public webRTC release:

http://code.google.com/p/webrtc/source/browse/#svn%2Fstable

- Added a reminder (in a TODO file) to switch from floating point to fixed point implementation.

Please note that this is the minimal amount of functionality we (the speech text-to-speech team) require
for delivering our unit selection algorithms for the Glass project. I'd be happy to address any comments
you have.

Change-Id: I20481680786ec5372258efcea69ea5c9750a321a
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/Android.mk