Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558870 - media-video/mpv-0.9.2_p20150824 You manually enabled the feature 'vdpau-hwaccel', but the autodetection check failed.
Summary: media-video/mpv-0.9.2_p20150824 You manually enabled the feature 'vdpau-hwacc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-27 02:41 UTC by Mike Gilbert
Modified: 2015-08-28 14:14 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (media-video:mpv-0.9.2_p20150824:20150827-015854.log,17.29 KB, text/plain)
2015-08-27 02:41 UTC, Mike Gilbert
Details
config.log (config.log,158.54 KB, text/plain)
2015-08-27 02:48 UTC, Mike Gilbert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2015-08-27 02:41:28 UTC
Created attachment 410378 [details]
Build log

This is with libav-11.3[vdpau].
Comment 1 Mike Gilbert gentoo-dev 2015-08-27 02:48:57 UTC
Created attachment 410380 [details]
config.log
Comment 2 Mike Gilbert gentoo-dev 2015-08-27 15:44:34 UTC
It looks like the 'av_vdpau_bind_context' symbol has not made its way into a libav release yet.
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2015-08-28 13:34:03 UTC
Suggestions for a fix or workaround?

Maybe REQUIRED_USE="libav? ( !vdpau )" ?
Comment 4 Mike Gilbert gentoo-dev 2015-08-28 14:03:00 UTC
(In reply to Ben de Groot from comment #3)
> Suggestions for a fix or workaround?

I would suggest we just remove $(use_enable vdpau vdpau-hwaccel) from the configure args. That will let waf auto-detect whether av_vdpau_bind_context is available and will enable/disable vdpau-hwaccel accordingly.
Comment 5 Ben de Groot (RETIRED) gentoo-dev 2015-08-28 14:14:02 UTC
That seems sensible.

[master 224a54e] media-video/mpv: do not hard-enable vdpau-hwaccel