android: merge android_surface with android_window

Multimedia / VLC - Thomas Guillem [gllm.fr] - 22 June 2015 08:37 UTC

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.

918ed4d android: merge android_surface with android_window
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(-)

Upstream: git.videolan.org


  • Share