- 
	
	
	
		
FFMpeg install
	
	
		Hi 
i have just got a new server with root ssh access i notace you need the svn command 
when i follow the install instuctions 
cd /usr/local/src
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
./configure --prefix=/usr --enable-shared --enable-libxvid --enable-libvorbis --enable-libogg --enable-libmp3lame --enable-gpl --enable-libfaac --enable-libfaad --enable-liba52
make && make install
it says svn command not found  what is wrong and how can i correct this
	 
 - 
	
	
	
		
Re: FFMpeg install
	
	
		are you doing it line by line or are you putting it all in?  
Also make sure that ALL spelling is correct
	 
 - 
	
	
	
		
Re: FFMpeg install
	
	
		i am doing this line by line and it turns out i needed to install subversion for the svn command to work this is now resolved and i am sure ffmpeg is installed now 
thank you for your help 
Harry