Re: [FFmpeg-devel] [PATCH 1/3 v2] configure: speedup x2-x8

2018-08-25 Thread Michael Niedermayer
On Sat, Aug 25, 2018 at 06:42:48PM +, avih wrote: > It turns out the the output order of "unique()" was important, andfailing to > keep the original order (where it keeps the last instanceof recurring items) > caused some linkage failures. > > This Patch 1/3 v2 squashes opt1-reorder-unique.p

Re: [FFmpeg-devel] [PATCH 1/3 v2] configure: speedup x2-x8

2018-08-25 Thread avih
It turns out the the output order of "unique()" was important, andfailing to keep the original order (where it keeps the last instanceof recurring items) caused some linkage failures. This Patch 1/3 v2 squashes opt1-reorder-unique.patch onto the originalpatch 1/3, and updates the commit message