Zhou haihan/Wen
2010.5.19
============
1. preparation:
============
Sudo apt-Get install build-essential libxvidcore4-dev libfaad-dev libfaac-dev libmp3lame-dev Subversion
E: unable to find the package libxvidcore4-dev
However, this library exists in Ubuntu 9.10.
Later I found bugs reported by Ubuntu
The file name is changed to libxvidcore-Dev.
Zhouhh @ zhh64 :~ /FFMPEG $ sudo apt-Get install libxvidcore-Dev
Reading the package list... complete
Analyzing the dependency tree of the software package
Reading status information... complete
The following [new] software packages will be installed:
Libxvidcore-Dev
============
2. Download FFMPEG
============
<! --
@ Page {margin: 2 cm}
P {margin-bottom: 0.21}
-->
Zhouhh @ zhh64 :~ $ SVN checkout
SVN: // svn.ffmpeg.org/ffmpeg/trunk FFMPEG
==========
3. Compile
==========
<! --
@ Page {margin: 2 cm}
P {margin-bottom: 0.21}
-->
Compile and install:
Zhouhh @ zhh64 :~ $ Cd ffmpeg/
Zhouhh @ zhh64 :~ /FFMPEG $
./Configure -- enable-GPL -- enable-libmp3lame -- enable-libxvid
-- Enable-libfaac -- enable-nonfree
Zhouhh @ zhh64 :~ /FFMPEG $ make
Zhouhh @ zhh64 :~ /FFMPEG $ sudo make
Install