Skip to content

Commit

Permalink
media-libs/mesa: Add support for all and all_free codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
FireBurn committed Dec 7, 2023
1 parent fdcf334 commit e0e73fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-libs/mesa/mesa-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ multilib_src_configure() {
$(meson_feature zstd)
$(meson_use cpu_flags_x86_sse2 sse2)
-Dvalgrind=$(usex valgrind auto disabled)
-Dvideo-codecs=$(usex proprietary-codecs "h264dec,h264enc,h265dec,h265enc,vc1dec,av1dec,av1enc,vp9dec" "")
-Dvideo-codecs=$(usex proprietary-codecs "all" "all_free")
-Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}")
-Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}")
--buildtype $(usex debug debug plain)
Expand Down

0 comments on commit e0e73fa

Please sign in to comment.