Page 1 of 1

Compiling from source problem - Can't play anything

Posted: 14 Oct 2005 21:59
by nkessler2000
I tried compiling VLC from source, which worked, but when I try to open a file, any type of file be it video or audio, it says in the console

Code: Select all

main input error: no suitable access module
My configure command looked like this

Code: Select all

./configure --enable-wxwidgets --enable-alsa --enable-libmpeg2 --enable-xvideo --enable-ncurses --enable-sdl --enable-ffmpeg
Did I do something wrong?