[vlc-commits] audiotrack: remove native module

Thomas Guillem git at videolan.org
Tue Feb 10 11:14:45 CET 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Feb 10 10:58:50 2015 +0100| [3277a4c37f911fcc9659691840a3a9a00f72d134] | committer: Jean-Baptiste Kempf

audiotrack: remove native module

Remove this module to leave room for new Java AudioTrack module.

Indeed AudioTrack private API is not usable after Android 4.4, since there are
some virtual methods that are only defined in private headers. Therefore, these
methods won't have symbols and dlsym won't work.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3277a4c37f911fcc9659691840a3a9a00f72d134
---

 modules/audio_output/audiotrack.c |  421 -------------------------------------
 1 file changed, 421 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3277a4c37f911fcc9659691840a3a9a00f72d134


More information about the vlc-commits mailing list