I have trouble when compiling VLC under Linux Debian.
I'd like to compile VLC so that I can run the wxWidgets GUI (wxvlc, I suppose).
When I compile VLC with the following code, I can only run VLC in command line.
Code: Select all
./configure --prefix=/home/usr/ --enable-dvbpsi --enable-dvb
make
make install
Thx