Accepting request 1164308 from home:Fei1Yang:branches:X11:XOrg

Fix missing free codecs in builds with non-free codecs enabled

OBS-URL: https://build.opensuse.org/request/show/1164308
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1281
This commit is contained in:
Stefan Dirsch 2024-04-03 19:22:48 +00:00 committed by Git OBS Bridge
parent cffb8dbb0d
commit c2d47247d5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 3 06:55:12 UTC 2024 - Fei Yang <io@feiyang.eu.org>
- fix missing free codecs in builds with non-free codecs enabled
-------------------------------------------------------------------
Tue Mar 26 01:44:52 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -864,7 +864,7 @@ egl_platforms=x11,wayland
%endif
%if "%{flavor}" == "drivers"
%if %{video_codecs}
-Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \
-Dvideo-codecs=all \
%endif
%if %{gallium_loader}
-Dgallium-vdpau=enabled \