src/Makefile.am has a bug ... this yields Makefile.in during bootstrap, and subsequently Makefile during configure
There are two lines that reference libvlc_media_list.h ... remove one of those lines and it should work.
Code: Select all
NM="link -dump -symbols"
Code: Select all
NM="nm"