Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpv: Enable egl video output #1270

Merged
merged 1 commit into from
Oct 11, 2015
Merged

mpv: Enable egl video output #1270

merged 1 commit into from
Oct 11, 2015

Conversation

gripped
Copy link
Contributor

@gripped gripped commented Sep 28, 2015

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:es

I'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.

@gripped
Copy link
Contributor Author

gripped commented Sep 28, 2015

And sorry I should have added mpv: to the title of the pull release. (Have now)

@gripped gripped changed the title Enable egl video output mpv: Enable egl video output Sep 28, 2015
@kmihelich
Copy link
Member

Has this been tested to build on at least v5, v6, and v7 with a clean chroot?

@gripped
Copy link
Contributor Author

gripped commented Sep 29, 2015

I don't have a v5 or a v6 device.
I have tested building in a clean chroot with three separate makepkg.conf files with the CARCH, CHOST and C(XX)FLAGS as they would be on each type of device.

In each case it built successfully.

kmihelich added a commit that referenced this pull request Oct 11, 2015
mpv: Enable egl video output
@kmihelich kmihelich merged commit ee65eca into archlinuxarm:master Oct 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants