I'm a freebsd Newbie and i'll try to install the VLS now i get an error that the Compilor can't find the dvd_reader.h!
How can I give the compiler the option/path that the dvd_reader.h is in Path /usr/local/include/????
You may begin with compiling VLS on FreeBSD without dvd support:
type ./configure --disable-dvd
Then, your problem comes from the libdvbread, you have to check that you have it installed on your system. You cannont specify the path for libdvdread, it has to be in the system path.