vlc | branch: master | Thomas Guillem <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
