| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Changes: https://github.com/KhronosGroup/glslang/releases/tag/13.0.0
Reported by: GitHub (watch releases)
|
|
|
|
|
|
|
|
| |
enable support for the .data.rel.ro section because the arm64
assembly code in ffmpeg depends on it in case of -pie and -fPIC
Reviewed by: jbeich
Differential Revision: https://reviews.freebsd.org/D41609
|
|
Mainly for leaf consumers: applications but not plugins or libraries.
Otherwise, indirectly mixing different versions of ffmpeg libraries at
runtime can lead to crashes.
To use simply add the following before <bsd.port.mk> or <bsd.port.pre.mk>
.include "${.CURDIR:H:H}/multimedia/ffmpeg4/override.mk"
PR: 261302
Inspired by: c717faa5c764
|