Bug 84066 - [PATCH] fix i965_drv_video over-linking against libva.so
Summary: [PATCH] fix i965_drv_video over-linking against libva.so
Status: RESOLVED FIXED
Alias: None
Product: libva
Classification: Unclassified
Component: intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: haihao
QA Contact: Sean V Kelley
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-18 19:38 UTC by Emil Velikov
Modified: 2014-11-13 08:45 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.