Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2021 01:49:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252927] multimedia/kodi: Add support for SSE4* on AMD64
Message-ID:  <bug-252927-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252927

            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@FreeBSD.org
          Reporter: debdrup@freebsd.org
                CC: yzrh@noema.org
                CC: yzrh@noema.org
             Flags: maintainer-feedback?(yzrh@noema.org)

Created attachment 221820
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D221820&action=
=3Dedit
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 opti=
ons
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252927-7788>