Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
server-administration:install-ffmpeg [2011-09-06 21:26:37]
garrett.plasky Approved
server-administration:install-ffmpeg [2012-02-29 23:22:19]
garrett.plasky Approved
Line 23: Line 23:
 tar xjvf subversion-1.5.9.tar.bz2 tar xjvf subversion-1.5.9.tar.bz2
 cd subversion-1.5.9 && ./configure --with-apr=/usr/local/apache/bin/ --with-apr-util=/usr/local/apache/bin/ --with-ssl --disable-mod-activation cd subversion-1.5.9 && ./configure --with-apr=/usr/local/apache/bin/ --with-apr-util=/usr/local/apache/bin/ --with-ssl --disable-mod-activation
-make && make install</sxh>+make && make install 
 +cd ..</sxh>
     * **NOTE:** You may need to change the APR paths to reflect your own Apache installation (e.g. /etc/httpd/bin/).     * **NOTE:** You may need to change the APR paths to reflect your own Apache installation (e.g. /etc/httpd/bin/).
-  - Get the latest FFMpeg and Mplayer via Subversion:\\ <sxh shell; auto-links: false>cd ..+  - Get the latest FFMpeg and Mplayer via Subversion:\\ <sxh shell; auto-links: false>
 svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
 svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer</sxh> svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer</sxh>
Line 55: Line 56:
 ln -s /usr/local/lib/libswscale.so.0 /usr/lib/libswscale.so.0</sxh> ln -s /usr/local/lib/libswscale.so.0 /usr/lib/libswscale.so.0</sxh>
   - Let's finish the compilation of FFMpeg-PHP now:\\ <sxh shell; auto-links: false>cd /usr/local/src/   - Let's finish the compilation of FFMpeg-PHP now:\\ <sxh shell; auto-links: false>cd /usr/local/src/
-svn co https://ffmpeg-php.svn.sourceforge.net/svnroot/ffmpeg-php ffmpeg-php +wget "http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2?use_mirror=garr" 
-cd ffmpeg-php/trunk/ffmpeg-php/+tar xjvf ffmpeg-php-0.6.0.tbz2 
 +cd ffmpeg-php-0.6.0
 phpize phpize
 ./configure ./configure