Page MenuHomeFreeBSD

multimedia/x264: add FFMS and LSMASH options
ClosedPublic

Authored by jbeich on Apr 6 2016, 2:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 9:05 AM
Unknown Object (File)
Thu, Apr 11, 9:05 AM
Unknown Object (File)
Thu, Apr 11, 9:05 AM
Unknown Object (File)
Thu, Apr 11, 9:05 AM
Unknown Object (File)
Thu, Apr 11, 9:05 AM
Unknown Object (File)
Thu, Apr 11, 9:05 AM
Unknown Object (File)
Thu, Apr 11, 9:05 AM
Unknown Object (File)
Wed, Apr 10, 12:17 PM
Subscribers

Details

Diff Detail

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