[Bug 252927] multimedia/kodi: Add support for SSE4* on AMD64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 23 01:49:48 UTC 2021


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

            Bug ID: 252927
           Summary: multimedia/kodi: Add support for SSE4* on AMD64
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: debdrup at freebsd.org
                CC: yzrh at noema.org
                CC: yzrh at noema.org
             Flags: maintainer-feedback?(yzrh at noema.org)

Created attachment 221820
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=221820&action=edit
A svn patch for Makefile which adds SSE4_1 and SSE4_2 to the AMD64 default
options

As of the update to Kodi 19, kodi reports the following when trying to play
back video with VAAPI:

2021-01-23 00:47:17.594 T:101301   DEBUG <general>:
SECTION:LoadDLL(special://xbmcbin/system/libsse4-x86_64-freebsd.so)
2021-01-23 00:47:17.594 T:101301   DEBUG <general>: Loading:
/usr/local/lib/kodi/system/libsse4-x86_64-freebsd.so
2021-01-23 00:47:17.595 T:101301   ERROR <general>: Unable to load
/usr/local/lib/kodi/system/libsse4-x86_64-freebsd.so, reason: Cannot open
"/usr/local/lib/kodi/system/libsse4-x86_64-freebsd.so"
2021-01-23 00:47:17.595 T:101301   ERROR <general>: VAAPI::SupportsFilter
failed loading sse4 lib

Since there is no AMD64 architecture, since Nehalem in 2008, which doesn't
support SSE4.1 and 4_2, it seems like now is a good time to flip these options
on for AMD64.

I've not added it to i386, since it's possible someone might have an old
NetBurst x86 from 2000 without SSE4.1 and SSE4.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list