[vlc-commits] android: merge android_surface with android_window

Thomas Guillem git at videolan.org
Mon Jun 22 15:38:11 CEST 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jun 22 15:36:44 2015 +0200| [918ed4d12d965a6effd6be94b79b4b9f33d718c7] | committer: Thomas Guillem

android: merge android_surface with android_window

This commits remove the android_surface module. The old android surface API is
now used by the android_window module via native_window_api_t.

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

 configure.ac                                  |   10 -
 modules/MODULES_LIST                          |    1 -
 modules/video_output/Makefile.am              |    7 -
 modules/video_output/android/android_window.c |   51 ++-
 modules/video_output/android/surface.c        |  433 -------------------------
 modules/video_output/android/utils.c          |  172 ++++++++--
 modules/video_output/android/utils.h          |   24 +-
 po/POTFILES.in                                |    1 -
 8 files changed, 200 insertions(+), 499 deletions(-)

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


More information about the vlc-commits mailing list