Changes between Version 9 and Version 10 of CentosCompilationGuide


Ignore:
Timestamp:
06/04/2012 09:20:15 PM (12 months ago)
Author:
llogan
Comment:

update vo-aacenc to 0.1.2; add vo-aacenc to revert section; update libvorbis to 1.3.3

Legend:

Unmodified
Added
Removed
Modified
  • CentosCompilationGuide

    v9 v10  
    8787{{{ 
    8888cd ~/ffmpeg-source 
    89 wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.tar.gz 
    90 tar xzvf libvorbis-1.3.2.tar.gz 
    91 cd libvorbis-1.3.2 
     89wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz 
     90tar xzvf libvorbis-1.3.3.tar.gz 
     91cd libvorbis-1.3.3 
    9292./configure --disable-shared 
    9393make 
     
    100100cd ~/ffmpeg-source 
    101101wget http://downloads.sourceforge.net/opencore-amr/vo-aacenc-0.1.1.tar.gz 
    102 tar xzvf vo-aacenc-0.1.1.tar.gz 
    103 cd vo-aacenc-0.1.1 
     102tar xzvf vo-aacenc-0.1.2.tar.gz 
     103cd vo-aacenc-0.1.2 
    104104./configure --disable-shared 
    105105make 
     
    178178cd ../libtheora-1.1.1 
    179179# make uninstall 
    180 cd ../libvorbis-1.3.2 
     180cd ../libvorbis-1.3.3 
    181181# make uninstall 
    182182cd ../libvpx 
     183# make uninstall 
     184cd ../vo-aacenc-0.1.2 
    183185# make uninstall 
    184186cd ../ffmpeg