Installing XINE

Ben Hall yellowdog-general@lists.terrasoftsolutions.com
Tue May 20 19:22:01 2003


Hey Ken, did you also have to compile ffmpeg from source to get this to 
work?  I tried, and after the configure for xine-lib it mentioned svq1 
but not svq3 support.  After successfully compiling/installing the lib 
and xine-ui I was still unable to cleanly play the MOV file.

(I am using the same versions of xine, and the ffmpeg from 
ayo.freshrpms.net)

Cheers,

Ben

Ken Schweigert wrote:

>This is what I did:
>
>  tar -zxvf xine-lib-1-beta12.tar.gz
>  cd xine-lib-1-beta12
>  ./configure 
>  make
>  su -c "make install"
>  su -c "/sbin/ldconfig"
>  tar -zxvf xine-ui-0.9.20.tar.gz 
>  cd xine-ui-0.9.20
>  ./configure 
>  make
>  su -c "make install"
>  xine-check
>  xine enterthematrix_020503_osiris320.mov
>
>  
>