Bug 84066

Summary: [PATCH] fix i965_drv_video over-linking against libva.so
Product: libva Reporter: Emil Velikov <emil.l.velikov>
Component: intelAssignee: haihao <haihao.xiang>
Status: RESOLVED FIXED QA Contact: Sean V Kelley <seanvk>
Severity: normal    
Priority: medium CC: zhixinx.liu
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Emil Velikov 2014-09-18 19:38:04 UTC
The driver is a plugin style module which is used by libva, and does not use any of its functionality. The patch [1] removes the link, and avoid circular dependency for packagers.

$ ldd -r -u ./src/.libs/i965_drv_video.so
Unused direct dependencies:
        /opt/lib/libva.so.1

[1] http://lists.freedesktop.org/archives/libva/2014-September/002702.html
Comment 1 Emil Velikov 2014-11-12 21:43:58 UTC
The referenced patch has been merged.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.