Page MenuHomeFreeBSD

multimedia/x264: add FFMS and LSMASH options
ClosedPublic

Authored by jbeich on Apr 6 2016, 2:37 PM.
Tags
None
Referenced Files
F126776005: D5861.id15143.diff
Sat, Aug 23, 9:31 PM
Unknown Object (File)
Thu, Aug 14, 9:18 PM
Unknown Object (File)
Thu, Aug 14, 9:05 PM
Unknown Object (File)
Fri, Aug 8, 8:22 PM
Unknown Object (File)
Fri, Aug 1, 12:53 AM
Unknown Object (File)
Sun, Jul 27, 11:35 PM
Unknown Object (File)
Jul 6 2025, 11:05 AM
Unknown Object (File)
Jul 2 2025, 2:17 PM
Subscribers

Details

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3163
Build 3196: arc lint + arc unit

Event Timeline

jbeich retitled this revision from to multimedia/x264: add FFMS and LSMASH options.
jbeich updated this object.
jbeich edited the test plan for this revision. (Show Details)
jbeich added a reviewer: koobs.

Err, while GPAC and LSMASH options don't conflict there maybe no need to have both enabled by default. Note, l-smash has a vapoursynth plugin (to be in ports soon) and boasts:

# /usr/local/libdata/pkgconfig/liblsmash.pc
Description: Loyal to Spec of MPEG4, and Ad-hock Simple Hackwork

Oops, they do conflict. When both are selected vendor configure prefers LSMASH.

Missed _EXCLUDE in libx264 and converted to OPTIONS_RADIO.

FFMS=on didn't work with --disable-swscale from LAVF=off. I've split it into a separate SWSCALE option via _IMPLIES.

Typo. FFMS_IMPLIES, not LSMASH_IMPLIES.

This revision was automatically updated to reflect the committed changes.