Skip to content

Revert 4853aaaa: MediaPlayer: move SurfaceListener from AWindow

Martin Finkel requested to merge (removed):revert-awindow-mp-coupling into master

The SurfaceListener interface should be uncoupled from the mediaplayer. I should be able to compile the AWindow, IVLCVout and AndroidUtil files without requiring the need to compile the MediaPlayer (which itself requires more files).

There was a conflict when reverting, which I fixed, so extra careful.

Merge request reports