I upgraded to ffmpeg 7 and now drawtext is no longer found. I already had --enable-libfreetype
and was working fine with ffmpeg 6.
I tried to add --enable-libharfbuzz
from Gyan's answer here
But then ffmpeg still won't compile. stating that harfbuzz in not in the pkg-config.
How do you compile libharfbuzz to work with ffmpeg? I can't find any docs for it.