Changes between Version 10 and Version 11 of CentosCompilationGuide


Ignore:
Timestamp:
07/24/2012 11:09:39 PM (10 months ago)
Author:
dimircea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CentosCompilationGuide

    v10 v11  
    6363{{{ 
    6464cd ~/ffmpeg-source 
    65 wget http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.xz 
    66 tar Jxvf libogg-1.3.0.tar.xz 
     65wget http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz 
     66tar xzvf libogg-1.3.0.tar.gz 
    6767cd libogg-1.3.0 
    6868./configure --disable-shared 
     
    9999{{{ 
    100100cd ~/ffmpeg-source 
    101 wget http://downloads.sourceforge.net/opencore-amr/vo-aacenc-0.1.1.tar.gz 
     101wget http://downloads.sourceforge.net/opencore-amr/vo-aacenc-0.1.2.tar.gz 
    102102tar xzvf vo-aacenc-0.1.2.tar.gz 
    103103cd vo-aacenc-0.1.2