Dear all,
I compile the VLC082 in FC3 based on the following configure lines:
make distclean ; ./configure --prefix=/work/vlc0822 --enable-x11 --enable-xvideo --disable-wxwindows --enable-debug --enable-ffmpeg --disable-mad --disable-libdvbpsi --enable-libmpeg2 --enable-alsa --disable-kde --disable-qt --enable-livedotcom --with-livedotcom-tree=/work/vlc0822/downlib/live --with-ffmpeg-tree=/work/vlc0822/downlib/ffmpeg094 --with-libmpeg2-tree=/work/vlc0822/downlib/mpeg2dec040
The compile is successful, but when I play video, the video is full of mosaics and show the following errors:
LC media player 0.8.2 Janus
[00000636] main dialogs provider error: no dialogs provider module matched "any"
[00000635] skins2 interface error: No suitable dialogs provider found
[00000635] skins2 interface: skin: VLC OSX Interface author: BigBen
[00000647] main decoder error: decoder is leaking pictures, resetting the heap
[00000649] main video output error: picture 0x9a12174 refcount is -1
[00000649] main video output error: picture to date 0x9a12068 has invalid status 6
[00000649] main video output error: picture to display 0x9a12068 has invalid status 6
[00000649] main video output error: picture 0x9a12068 refcount is -1
[00000647] main decoder error: decoder is leaking pictures, resetting the heap
Segment Error
Would you like to give me some suggestions about what happens and how to remove the error? Do I miss some important libs? Thanks greatly!