On 05/10/15 18:34, Gianni Ceccarelli wrote: > Seems sensible. I'd only suggest adding a couple of comments: > > 1. a brief explanation of what it's doing, along the lines of: > > # disable_components avformat > # is the same as > # disabled avformat && \ > # map 'disable $v' $DEMUXER_LIST $MUXER_LIST $PROTOCOL_LIST
Sure > 2. explain that people should be careful in what they write in the > various *_COMPONENTS strings, since putting "features" or > "hwaccels" in any of those will probably produce surprising results > with non-obvious error messages Actually all the components should end up with an "s" since then the variables looked up would be the uppercase, "s"-less, _LIST variable as set in line 2463. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
