Hi,
may be I can write here what I have done and you can give us some pointers....
I followed the instructions from the
http://wiki.videolan.org/Git and install and compile VLC (I am not sure this 1.1 version but anyway)
And this
http://www.jbkempf.com/blog/post/2009/0 ... 5-commands
Only thing I have to differently is...
I have to change the configure to this
../configure --disable-nls --enable-qt4 --prefix=/opt/vlc --exec-prefix=/usr
Now I am not sure I have to add the lva-x11 in the vlc-config under qt4 or xvideo, while I read somewhere that VLC 1.1 GIT is already patched another question would be that
I have to install the libva (
http://www.splitted-desktop.com/~gbeauchesne/libva/) from here or 1.1 GIT is already installed or not?
;;
xvideo)
cppflags="${cppflags} "
libs="${libs} -lva-x11 -lXxf86vm -lXinerama -lSM -lICE -lX11 -lXext -lXv"
;;
xvmc)
Now I install the VLC without this last two steps, it replays the AVI files but the files that are 264 coded it gives a segmentation error...
I am guessing I have already ffm264 there because I already install mplayer with vdpau support and it functions perfectly from here
http://www.avenard.org/media/Ubuntu_Rep ... itory.html
So can you give us some pointers to figure out where is this segmentation falut come from for h264 codengs.