SHA256
1
0
forked from pool/Mesa

- 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:
Stefan Dirsch 2022-09-29 10:02:26 +00:00 committed by Git OBS Bridge
parent 3df5d06cda
commit 784aa8f1fc
2 changed files with 13 additions and 0 deletions

View File

@ -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> Tue Sep 27 11:08:54 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -29,6 +29,11 @@
%define _lto_cflags %{nil} %define _lto_cflags %{nil}
%endif %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 drivers 0
%define glamor 1 %define glamor 1
@ -817,7 +822,9 @@ egl_platforms=x11,wayland
-Dshared-llvm=true \ -Dshared-llvm=true \
%endif %endif
%if "%{flavor}" == "drivers" %if "%{flavor}" == "drivers"
%if %{video_codecs}
-Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \ -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \
%endif
%if %{gallium_loader} %if %{gallium_loader}
-Dgallium-vdpau=true \ -Dgallium-vdpau=true \
-Dgallium-xvmc=true \ -Dgallium-xvmc=true \