Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
mpv supports egl video output but it has to be specifically enabled by configure.
Since version 0.10.0 the 'x11' video output module has been removed.
On an odroid at least the 'xv' video output module does not work so without the egl module no video output seems possible.
The actual command line switch to enable the egl video output is not that easy to find and I considered adding a message in the .install file. I can add it if you like.
For the record it is
--vo=opengl:backend=x11egl:esI've tested this with the (Mali) egl/gles libraries removed from my device, and it does still build. In fact the egl output still works (via mesa, with poor quality). So this pull release should have no impact on devices without egl/gles.