I've developed a simple access_output module for VLC; I built it with the in-tree method and everything works in my Ubuntu 20.04 (the new module too).
Now i would like to port it (all vlc stuff + my new module) for windows and i'm following the guide in here
I had some problem but i solved as they comes (dependencies lack etc) but now i can't understand the last problem. When it tries to build the HARFBUZZ lib, it compiles but fails in linking and i had an "undefined reference to pthread_mutex_*" functions; i don't know why .... the first part in configure seems to find pthread and the test is ok.
Can someone help me? Thanks a lot