compiling: protobuf is build in wrong directory
on a clean build, i see these files appear untracked on git: https://pastebin.com/N4SfBr9i. I believe protobuf is extracted in a wrong directory. There is also a contrib/pkgconfig folder where there are protobuf.pc and protobuf-lite.pc with the following content:
prefix=/home/leon/Documents/GitHub/vlc/contrib
exec_prefix=${prefix}
libdir=/home/leon/Documents/GitHub/vlc/contrib
includedir=/home/leon/Documents/GitHub/vlc/contrib/include
contrib folder is compiled like this:
cd ../../contrib
mkdir contrib-nativ
cd contrib-nativ
../bootstrap --disable-gcrypt --disable-bluray
make -j4