Changes between Version 8 and Version 9 of CentosCompilationGuide


Ignore:
Timestamp:
03/07/2012 12:32:29 AM (15 months ago)
Author:
llogan
Comment:

update LAME to 3.99.5

Legend:

Unmodified
Added
Removed
Modified
  • CentosCompilationGuide

    v8 v9  
    5151{{{ 
    5252cd ~/ffmpeg-source 
    53 wget http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.tar.gz 
    54 tar xzvf lame-3.99.tar.gz 
    55 cd lame-3.99 
     53wget http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz 
     54tar xzvf lame-3.99.5.tar.gz 
     55cd lame-3.99.5 
    5656./configure --disable-shared --enable-nasm 
    5757make 
     
    172172cd ../x264 
    173173# make uninstall 
    174 cd ../lame-3.99 
     174cd ../lame-3.99.5 
    175175# make uninstall 
    176176cd ../libogg-1.3.0