Changes between Version 2 and Version 3 of UbuntuCompilationGuide
- Timestamp:
- 04/29/2012 04:37:20 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuCompilationGuide
v2 v3 1 1 = Compile FFmpeg on Ubuntu = 2 2 3 This guide supports Ubuntu Oneiric Ocelot 11.10, Ubuntu Natty Narwhal 11.04, and Ubuntu Maverick Meerkat 10.10.3 This guide supports Ubuntu Precise Pangolin 12.04, Ubuntu Oneiric Ocelot 11.10, Ubuntu Natty Narwhal 11.04, and Ubuntu Maverick Meerkat 10.10. 4 4 5 5 '''Note:''' Copy and paste the whole code box for each step. … … 8 8 Remove any existing packages: 9 9 {{{ 10 sudo apt-get -yremove ffmpeg x264 libvpx-dev libx264-dev10 sudo apt-get remove ffmpeg x264 libvpx-dev libx264-dev 11 11 }}} 12 12


