On Tue, 28 May 2024, Riccardo Mottola wrote:
My first guess is that configure is re-run unneeded, leading thus to a major
recompile.
Any ideas?
You could make the 2nd & 3rd lines of configure this and confirm:
echo >&2 dying...
exit 1
-RVP
Hello,
I am trying to achieve negation for npf firewall rules, but seems like
it is not working and it is completely ignoring it. Or most likely I did
not figure out how to do it correctly.
I would like to nat traffic only to certain destinations NOT matching
specific subnets.
So for examp
Hello,
Thank you very much for the heads up on this. I will go ahead and recompile.
In the meantime I read around a bit and found a work around by using ffmpeg
instead of ffmpeg6. The necessary features for what I needed are apparently
compiled in by default so it just works out of the box.