[Bug 197548] graphics/dri: Missing dependency - multimedia/v4l_compat

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 11 20:55:29 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197548

John Hein <z7dr6ut7gs at snkmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z7dr6ut7gs at snkmail.com

--- Comment #2 from John Hein <z7dr6ut7gs at snkmail.com> ---
This is more an issue of multimedia/libva depending on multimedia/v4l_compat
(due to #include <linux/videodev2.h> in the libva include file
va/va_backend.h).  But that dependency is only recorded as a build-time
dependency (BUILD_DEPENDS).  So if you install multimedia/libva and later
remove multimedia/v4l_compat, then you'll get this problem if anything includes
va/va_backend.h

Because of the #include of videodev2.h, libva should probably include
multimedia/v4l_compat in RUN_DEPENDS.

This is only tangentially associated with graphics/dri which will try to use
libva if it's installed but is not fatal if not.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-multimedia mailing list