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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user