- re-disable video codecs due to possible patent issues
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1143
This commit is contained in:
parent
3df5d06cda
commit
784aa8f1fc
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 10:00:03 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- re-disable video codecs due to possible patent issues
|
||||
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 11:08:54 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -29,6 +29,11 @@
|
||||
%define _lto_cflags %{nil}
|
||||
%endif
|
||||
|
||||
# Possible patent issues, see
|
||||
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258
|
||||
# for more details
|
||||
%define video_codecs 0
|
||||
|
||||
%define drivers 0
|
||||
|
||||
%define glamor 1
|
||||
@ -817,7 +822,9 @@ egl_platforms=x11,wayland
|
||||
-Dshared-llvm=true \
|
||||
%endif
|
||||
%if "%{flavor}" == "drivers"
|
||||
%if %{video_codecs}
|
||||
-Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \
|
||||
%endif
|
||||
%if %{gallium_loader}
|
||||
-Dgallium-vdpau=true \
|
||||
-Dgallium-xvmc=true \
|
||||
|
Loading…
Reference in New Issue
Block a user