summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg4/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/glslang: update to 14.0.0Jan Beich2024-01-041-0/+9
| | | | | Changes: https://github.com/KhronosGroup/glslang/releases/tag/13.0.0 Reported by: GitHub (watch releases)
* multimedia/ffmpeg*: enable support for the .data.rel.ro sectionRobert Nagy2023-08-291-3/+11
| | | | | | | | 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
* multimedia/ffmpeg: fork 4.* into a pinned portJan Beich2023-03-171-0/+26
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