Changes between Version 2 and Version 3 of UbuntuCompilationGuideQuantal
- Timestamp:
- May 25, 2013, 5:28:26 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuCompilationGuideQuantal
v2 v3 14 14 }}} 15 15 16 '''Note:''' The ''multiverse'' repository must be enabled in order to install the ''libfaac-dev'' package. See [https://help.ubuntu.com/community/Repositories/Ubuntu#Adding_Repositories_in_Ubuntu more details on adding repositories].17 18 16 Get the dependencies ('''Ubuntu Desktop''' users): 19 17 {{{ 20 18 sudo apt-get update 21 sudo apt-get -y install autoconf automake build-essential checkinstall git libass-dev libfaac-dev\19 sudo apt-get -y install autoconf automake build-essential checkinstall git libass-dev \ 22 20 libgpac-dev libjack-jackd2-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev \ 23 21 libsdl1.2-dev libspeex-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libx11-dev \ … … 28 26 {{{ 29 27 sudo apt-get update 30 sudo apt-get -y install autoconf automake build-essential checkinstall git libass-dev libfaac-dev\31 libgpac-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev lib rtmp-dev libspeex-dev \28 sudo apt-get -y install autoconf automake build-essential checkinstall git libass-dev \ 29 libgpac-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libspeex-dev \ 32 30 libtheora-dev libtool libvorbis-dev pkg-config texi2html zlib1g-dev 33 31 }}} … … 114 112 git clone --depth 1 git://source.ffmpeg.org/ffmpeg 115 113 cd ffmpeg 116 ./configure --extra-libs="-ldl" --enable-gpl --enable-libass --enable-libf aac --enable-libfdk-aac --enable-libmp3lame \117 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libspeex --enable-lib rtmp --enable-libtheora\118 --enable-libv orbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3114 ./configure --extra-libs="-ldl" --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame \ 115 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libspeex --enable-libtheora --enable-libvorbis \ 116 --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3 119 117 make 120 118 sudo checkinstall --pkgname=ffmpeg --pkgversion="7:$(date +%Y%m%d%H%M)-git" --backup=no \ … … 160 158 sudo apt-get -y remove ffmpeg x264 libx264-dev libvpx-dev 161 159 sudo apt-get update 162 sudo apt-get -y install autoconf automake build-essential checkinstall git libass-dev libfaac-dev\160 sudo apt-get -y install autoconf automake build-essential checkinstall git libass-dev \ 163 161 libgpac-dev libjack-jackd2-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev \ 164 162 libsdl1.2-dev libspeex-dev libtheora-dev libva-dev libvdpau-dev libvorbis-dev libx11-dev \ … … 212 210 {{{ 213 211 sudo apt-get autoremove autoconf automake build-essential checkinstall fdk-aac ffmpeg git libass-dev \ 214 lib faac-dev libgpac-dev libjack-jackd2-dev libmp3lame-dev libsdl1.2-dev libspeex-dev libtheora-dev\215 lib tool libva-dev libvdpau-dev libvorbis-dev libvpx libx11-dev libxfixes-dev opus pkg-config\216 qt-faststart texi2htmlx264 yasm zlib1g-dev212 libgpac-dev libjack-jackd2-dev libmp3lame-dev libsdl1.2-dev libspeex-dev libtheora-dev libtool \ 213 libva-dev libvdpau-dev libvorbis-dev libvpx libx11-dev libxfixes-dev opus qt-faststart texi2html \ 214 x264 yasm zlib1g-dev 217 215 }}} 218 216 Lastly, delete the `x264`, `fdk-aac`, `libvpx`, `opus`, and `ffmpeg` directories in your home folder.
