Hi,<br><br>I am trying to compile VLC trunk on ubuntu 7.0.4. <br><br>I get it to compile, but when I use it to open a mov file, I can hear the audio, but I can't see the video.<br>I see the following error:<br><br>VLC probably does not support the 'h263' audio or video format.
<br>Unfortunately there is no way for you to fix this.<br><br>Can you please tell me how to fix my problem?<br>I think I have ffmpeg installed properly. I have these files in my /usr/local/lib:<br>$ ls -la libav*<br>-rw-r--r-- 1 root root 15123666 2007-06-07 23:28 
libavcodec.a<br>-rw-r--r-- 1 root root  4010450 2007-06-07 23:28 libavformat.a<br>-rw-r--r-- 1 root root   133462 2007-06-07 23:28 libavutil.a<br>$ pwd<br>/usr/local/lib<br><br>here is my configure for ffmpeg.<br><br>$ ./configure --enable-x11 --enable-xvideo --disable-gtk --enable-sdl --enable-ffmpeg-faac --enable-mad --enable-libdvbpsi --enable-libmpeg2 --enable-dvdnav  --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 --enable-qt --enable-wxwindows --enable-ncurses --enable-release --disable-a52 --enable-libmpeg2 --disable-dbus --disable-hal
<br><br>Thank you for any pointers.<br><br><br><br><br><br>