apparently, the declaration of AV_ROUND_UP in libav headers moved from opt.h to mathematics.h, so lightspark has to be patched. Reproducible: Always Steps to Reproduce: 1. have libav-9.17 installed 2. emerge lightspark-0.7.2-r2 Actual Results: does not compile Expected Results: should compile
Created attachment 395790 [details, diff] includes the header declaring AV_ROUND_UP (mathematics.h)
Created attachment 395792 [details, diff] same patch but with absolute paths this patch against lightspark 0.7.2 should fix the problem (works for me)
1) Please post your `emerge --info' output in a comment. 2) Please attach the entire build log to this bug report.
Created attachment 396340 [details] failing build log
Created attachment 396342 [details] emerge --info
oops, this is a completely different build fail and needs a different patch...
also, in the meantime, I updated libav to 11.2 (which I assume to be the reason I'm not seeing the original build fail)