Page MenuHomeFreeBSD

multimedia/x264: add FFMS and LSMASH options
ClosedPublic

Authored by jbeich on Apr 6 2016, 2:37 PM.
Tags
None
Referenced Files
F107261397: D5861.diff
Sat, Jan 11, 7:49 PM
Unknown Object (File)
Wed, Dec 25, 3:19 PM
Unknown Object (File)
Dec 5 2024, 3:07 PM
Unknown Object (File)
Nov 25 2024, 2:04 PM
Unknown Object (File)
Nov 6 2024, 12:21 PM
Unknown Object (File)
Nov 3 2024, 6:52 PM
Unknown Object (File)
Nov 1 2024, 7:44 PM
Unknown Object (File)
Oct 15 2024, 10:00 PM
Subscribers

Details

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3157
Build 3190: 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.