View previous topic :: View next topic |
Author |
Message |
p_d n00b
Joined: 24 Nov 2007 Posts: 34 Location: Warszawa
|
Posted: Fri Jul 14, 2017 6:40 am Post subject: mplayer/mpv arm7hf with vdpau |
|
|
Hello
Please help me with issue. I need to compile mplayer or mpv with vdpau on arm7hf architecture but it seems to be impossible at the moment because
Code: | [ebuild N ~] media-video/mpv-0.25.0-r1::gentoo USE="X alsa cli egl iconv jpeg libass lua opengl uchardet xv (-aqua) -archive -bluray -cdda (-coreaudio) -cplugins (-cuda) -doc -drm (-dvb) -dvd -encode -gbm -jack -lcms (-libav) -libcaca -libmpv -luajit -openal -oss -pulseaudio -raspberry-pi -rubberband -samba -sdl (-selinux) {-test} -tools -v4l (-vaapi) (-vdpau) -vf-dlopen -wayland -zsh-completion" PYTHON_TARGETS="python2_7 python3_4 -python3_5" 2914 KiB |
I need mplayer/mpv or other multimedia player with vdpau enabled because cubieboard A20 which i have has CedarX. CedarX would work via Cedrus which needs vdpau
http://linux-sunxi.org/Cedrus/libvdpau-sunxi
How can i force mplayer/mpv ebuild to compile with vdpau use flag enabled? I can host my own version ebuild on local repository if needed
Please help _________________ Ludzie z celami odnoszą sukcesy ponieważ wiedzą dokąd zmierzają…
To jest aż tak proste.
Earl Nightingale |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54808 Location: 56N 3W
|
Posted: Fri Jul 14, 2017 8:09 am Post subject: |
|
|
p_d,
is forced off in your profile. Setting in on is a two step process.
Set it on in the normal way, either in make.conf or in /ect/portage/package.use
On its own, as you have discovered, this does nothing.
Next, override you profile. Make a file /etc/portage/profile/package.use.mask
Add a line Code: | media-video/mpv -vdpau | to unmask vdpau just for media-video/mpv
Read the Quote: | package.use.mask and package.use.stable.mask | in _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Last edited by NeddySeagoon on Fri Jul 14, 2017 8:10 am; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54808 Location: 56N 3W
|
Posted: Fri Jul 14, 2017 8:10 am Post subject: |
|
|
Moved from Portage & Programming to Gentoo on Alternative Architectures. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|