I have follow the steps to get and compile VLC source 2.2.4 for Ubuntu. My issue is this when running configure
checking for DC1394... yes
checking for DV1394... yes
checking for DVDREAD... no
configure: error: Library dvdread > 4.9.0 needed for dvdread was not found
It is really infuriating because dvdread only exists at 4.2 in apt and I ran
sudo apt-get build-dep vlc
Which did not fail so I don't understand how it doesn't get this dependency.
Also
sudo apt-get install -y libdvdread4
sudo apt-get install -y libdvdread-dev
These are not the latest versions.
Does it make sense to grab 5.0 from http://www.linuxfromscratch.org/blfs/vi ... dread.html ? I mean I tried anyways, extracted it, and from the extracted folder ran
./configure --prefix=/usr && make
which did not make a difference. It still cannot find libdvdread.. Worst part is I don't even need dvdread.