Changes between Version 2 and Version 3 of UbuntuCompilationGuide


Ignore:
Timestamp:
04/29/2012 04:37:20 AM (13 months ago)
Author:
llogan
Comment:

add Ubuntu Precise Pangolin 12.04

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuCompilationGuide

    v2 v3  
    11= Compile FFmpeg on Ubuntu = 
    22 
    3 This guide supports Ubuntu Oneiric Ocelot 11.10, Ubuntu Natty Narwhal 11.04, and Ubuntu Maverick Meerkat 10.10. 
     3This guide supports Ubuntu Precise Pangolin 12.04, Ubuntu Oneiric Ocelot 11.10, Ubuntu Natty Narwhal 11.04, and Ubuntu Maverick Meerkat 10.10. 
    44 
    55  '''Note:''' Copy and paste the whole code box for each step. 
     
    88Remove any existing packages: 
    99{{{ 
    10 sudo apt-get -y remove ffmpeg x264 libvpx-dev libx264-dev 
     10sudo apt-get remove ffmpeg x264 libvpx-dev libx264-dev 
    1111}}} 
    1212