]> git.sesse.net Git - vlc/commit
android: add a new file in order to refactor common code between Android vout modules.
authorFelix Abecassis <felix.abecassis@gmail.com>
Tue, 14 Jan 2014 16:34:33 +0000 (17:34 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 14 Jan 2014 19:45:06 +0000 (20:45 +0100)
commit5adb592077fecabb0e51d1e129f75b8994971527
tree27a6cfc36a91b13d98f72ddcf2abb5ad9ce7d21f
parenta32af4a431eb6fcb00dac3fa5460ce6f7b811fdc
android: add a new file in order to refactor common code between Android vout modules.

Implement a function to load the Native Window API from the Android
library.  This API is needed by current vouts nativewindow and surface
and will also be needed by the opaque vout.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/android/utils.c [new file with mode: 0644]
modules/video_output/android/utils.h [new file with mode: 0644]