debian compile and runtime errors

Samuel Hocevar sam at zoy.org
Thu Feb 15 01:00:33 CET 2001


On Wed, Feb 14, 2001, Stéphane Borel wrote:

> 	./vlc --warning 1 --input /dev/dvd

   Be careful: the argument to --input has to be either "dvd" or "ps",
for the input method (defaulting to ps), while /dev/dvd is the name of
the target. So you really meant to do:

      ./vlc --warning 1 --input dvd /dev/dvd

-- 
Sam.




More information about the vlc mailing list