Bug 278151 - graphics/mesa-dri: MESON_ARGS+= -Dvideo-codecs="all"
Summary: graphics/mesa-dri: MESON_ARGS+= -Dvideo-codecs="all"
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-03 19:50 UTC by Slawomir Wojciech Wojtczak
Modified: 2024-04-04 05:12 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Slawomir Wojciech Wojtczak 2024-04-03 19:50:35 UTC
Simplified diff(1) for /usr/ports/graphics/mesa-dri/Makefile file.

-MESON_ARGS+=    -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc"
+MESON_ARGS+=    -Dvideo-codecs="all"

Part of 'META' PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278150

Regards,
vermaden
Comment 1 Emmanuel Vadot freebsd_committer freebsd_triage 2024-04-04 05:12:54 UTC
Already done in 9846c828d4291119 we now have all the current codecs enabled.