On 5/28/13 2:05 PM, Diego Biurrun wrote:
On 2013-05-25 11:39, Alex Smith wrote:
I'm tempted to want to just drop this patch. Nothing I've tried or
that has
been suggested works for all versions involved. This change or a more
complicated regex in the ICL patch isn't strictly nessasary as both
work just
fine without them.
Feel free to make more suggestions if you've got them and I'll give it
a shot.
grep -q 'Microsoft (R) .*C/C++ Optimizing Compiler'
.* is greedy thus the trailer is never matched.
[^C]* should work as intended.
lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel