After hard tries I succeded to compile VLC on Slackware 10.2 with 2.6.1.3.4 kernel, here is configure (VLC 0.8.2):
Code: Select all
./configure --enable-flac --enable-theora --enable-esd --enable-arts --enable-alsa --enable-qt --enable-kde --with-ffmpeg-tree=/opt/ffmpeg-20041113 --enable-skins2 --enable-vxwindows --with-wx-config-path=/opt/wxWidgets --enable-v4l --enable-dvdnav
Code: Select all
[00000239] main playlist debug: adding playlist item `v4l://' ( v4l:// )
[00000239] main playlist debug: creating new input thread
[00000246] main input debug: set input option: v4l-vdev to /dev/video0
[00000246] main input debug: set input option: v4l-norm to 3
[00000246] main input debug: set input option: v4l-frequency to -1
[00000246] main input debug: waiting for thread completion
[00000246] main input debug: thread 3032587184 (input) created at priority 0 (src/input/input.c:230)
[00000246] main input debug: `v4l://' gives access `v4l' demux `' path `'
[00000246] main input debug: creating demux: access='v4l' demux='' path=''
[00000247] main demuxer debug: looking for access_demux module: 1 candidate
[00000247] v4l demuxer debug: V4L device LifeView FlyVIDEO3000 5 channels 0 audios 48 < w < 720 32 < h < 578
[00000247] v4l demuxer debug: invalid width 0
[00000247] v4l demuxer debug: invalid height 0
[00000247] v4l demuxer debug: setting channel Television(0) 1 tuners flags=0x1 type=0x1 norm=0x0
[00000247] v4l demuxer debug: will use 720x578
[00000247] v4l demuxer debug: v4l device uses brightness: 43176
[00000247] v4l demuxer debug: v4l device uses colour: 39218
[00000247] v4l demuxer debug: v4l device uses hue: 32896
[00000247] v4l demuxer debug: v4l device uses contrast: 43346
[00000247] v4l demuxer debug: v4l device uses frame size: 624240
[00000247] v4l demuxer debug: v4l device uses chroma: I420
[00000247] v4l demuxer warning: I420 refused
[00000247] v4l demuxer error: chroma selection failed
[00000247] v4l demuxer error: cannot open audio device (No such device)
[00000247] main demuxer warning: no access_demux module matching "v4l" could be loaded
[00000246] main input debug: creating access 'v4l' path=''
[00000249] main access debug: looking for access2 module: 4 candidates
[00000249] access_file access warning: cannot stat() file `' (No such file or directory)
[00000249] main access warning: no access2 module matching "v4l" could be loaded
[00000246] main input error: no suitable access module for `v4l://'
[00000246] main input debug: thread 3032587184 joined (src/input/input.c:386)
[00000239] main playlist: nothing to play