mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
multimedia/ffmpeg: Exclude LTO from OPTIONS on i386.
Details: - The low number of i386 leads to register exhaustion when compiling with LTO. Due to the decreasing popularity of 32 bit i386 machines which require hyper-optimised ffmpeg builds, the option is excluded from the builds for now. PR: 257124 MFH: 2021Q3
This commit is contained in:
parent
72f4c412ac
commit
0561f3e635
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ OPTIONS_DEFAULT= AOM ASM ASS DAV1D DRM FONTCONFIG FREETYPE FREI0R GMP \
|
|||
GNUTLS ICONV LAME LIBXML2 OPTIMIZED_CFLAGS OPUS RTCPU \
|
||||
THEORA V4L VAAPI VDPAU VORBIS VPX X264 X265 XCB XVID
|
||||
|
||||
# i386 is too register-starved for LTO (PR257124)
|
||||
OPTIONS_EXCLUDE_i386= LTO
|
||||
|
||||
.if !exists(${.CURDIR:H:H}/multimedia/aribb24)
|
||||
# https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/100bfac6d6ec
|
||||
OPTIONS_EXCLUDE+= ARIBB24
|
||||
|
|
Loading…
Add table
Reference in a new issue