Page MenuHomeFreeBSD

multimedia/x264: add FFMS and LSMASH options
ClosedPublic

Authored by jbeich on Apr 6 2016, 2:37 PM.
Tags
None
Referenced Files
F108476900: D5861.id14934.diff
Sat, Jan 25, 7:48 AM
Unknown Object (File)
Fri, Jan 17, 11:15 PM
Unknown Object (File)
Fri, Jan 17, 7:24 PM
Unknown Object (File)
Fri, Jan 17, 12:44 PM
Unknown Object (File)
Sat, Jan 11, 11:00 PM
Unknown Object (File)
Sat, Jan 11, 10:50 PM
Unknown Object (File)
Sat, Jan 11, 7:49 PM
Unknown Object (File)
Dec 25 2024, 3:19 PM
Subscribers

Details

Diff Detail

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