<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op ma 19 sep. 2022 om 22:51 schreef Scott Brown <<a href="mailto:scottcbrown@gmail.com">scottcbrown@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">That took under 5 seconds.<div><br></div><div>So there must be some compile-magic i'm missing?</div><div><br></div></div></blockquote></div><div class="gmail_quote"><br></div><div class="gmail_quote">It seems you're missing a few dashes. I see you used -enable-static -disable-shared, but that should be --enable-static and --disable-shared. You should have been warned about that. Can you read the configuration output and the make output and look for warnings or errors?</div><div class="gmail_quote"><br></div><div class="gmail_quote">The only thing I can come up with is that somehow debugging is enabled. That really slows down encoding. Can't know for sure without configuration log or output of make V=1 though <br></div></div>