mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
mesa: enable all video codecs
mesa moved all codecs behind the build flag in 24.0, before this change, only the patent encumbered codecs were behind this flag. The new option all just builds all codecs supporte in mesa. resolves #49229
This commit is contained in:
parent
0d1d3ed9f8
commit
e2019addfa
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mesa'
|
||||
pkgname=mesa
|
||||
version=24.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
_llvmver=17
|
||||
#Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
|
||||
|
@ -85,7 +85,7 @@ if [ "$_have_amd" ]; then
|
|||
subpackages+=" mesa-vulkan-radeon"
|
||||
# transitional dummy packages
|
||||
subpackages+=" mesa-ati-dri"
|
||||
configure_args+=" -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec"
|
||||
configure_args+=" -Dvideo-codecs=all"
|
||||
fi
|
||||
|
||||
if [ "$_have_intel" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue