Hi,
I compiled VLC , everything plays ok except h264.
The problem is that there's no image at all... i must have done something wrong during compilation but i have no idea what...
I use x264 as a static library.
VLC version 0.8.6-svn Janus
Compiler: gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)
x264 0.50.558
this is my configure line for VLC:
./configure --enable-x264 --with-x264-tree=./x264 --enable-x11 --enable-xvideo --disable-gtk --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-tree=./ffmpeg --with-ffmpeg-faac --with-ffmpeg-vorbis --with-ffmpeg-ogg --enable-mad --enable-dvbpsi --enable-a52 --enable-dts --enable-libmpeg2 --enable-dvdnav --enable-faad --enable-vorbis --enable-ogg --enable-theora --enable-faac --enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac --enable-caca --enable-skins --enable-skins2 --enable-alsa --disable-kde --disable-qt --enable-wxwidgets --enable-ncurses --enable-release --with-mad=/usr/lib --with-mad-tree=./libmad/libmad-0.15.1b
No video encoded with h264 plays... sound is ok .
With the binary VLC i downloaded it works fine.
I tried to compile ffmpeg with or without x264 it doesn't change anything... by the way does vlc use x264 from ffmpeg or separatly ?
I couldn't find informations to solve my problem and i'm running out of ideas... if someone can give some hints... i'm really interested to know what's going on ...
Thanks