]> git.sesse.net Git - vlc/commit
audiotrack: remove native module
authorThomas Guillem <thomas@gllm.fr>
Tue, 10 Feb 2015 09:58:50 +0000 (10:58 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 10 Feb 2015 10:12:54 +0000 (11:12 +0100)
commit3277a4c37f911fcc9659691840a3a9a00f72d134
tree49f4a4a86f3dfa98820591aff680c9cef3a5146a
parent0fecd265359604bcfed730b1f8750d6977f0eac8
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@videolan.org>
modules/audio_output/audiotrack.c [deleted file]