Changes between Version 11 and Version 12 of CompilationGuide/Ubuntu
- Timestamp:
- Jul 25, 2012, 1:30:01 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v11 v12 19 19 libjack-jackd2-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev \ 20 20 librtmp-dev libsdl1.2-dev libtheora-dev libva-dev libvdpau-dev libvorbis-dev \ 21 libx11-dev libxfixes-dev texi2html yasm zlib1g-dev21 libx11-dev libxfixes-dev pkg-config texi2html yasm zlib1g-dev 22 22 }}} 23 23 … … 25 25 {{{ 26 26 sudo apt-get update 27 sudo apt-get -y install build-essential checkinstall git libfaac-dev libgpac-dev libmp3lame-dev\28 lib opencore-amrnb-dev libopencore-amrwb-dev librtmp-dev libtheora-dev libvorbis-dev texi2html\29 yasm zlib1g-dev libgpac-dev27 sudo apt-get -y install build-essential checkinstall git libfaac-dev libgpac-dev \ 28 libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev librtmp-dev libtheora-dev \ 29 libvorbis-dev pkg-config texi2html yasm zlib1g-dev libgpac-dev 30 30 }}} 31 31 … … 35 35 {{{ 36 36 cd 37 git clone git://git.videolan.org/x26437 git clone --depth 1 git://git.videolan.org/x264 38 38 cd x264 39 39 ./configure --enable-static … … 50 50 {{{ 51 51 cd 52 git clone http://git.chromium.org/webm/libvpx.git52 git clone --depth 1 http://git.chromium.org/webm/libvpx.git 53 53 cd libvpx 54 54 ./configure … … 150 150 sudo apt-get -y autoremove build-essential checkinstall ffmpeg git libfaac-dev libgpac-dev \ 151 151 libjack-jackd2-dev libmp3lame-dev librtmp-dev libsdl1.2-dev libtheora-dev libva-dev libvdpau-dev \ 152 libvorbis-dev libvpx libx11-dev libxfixes-dev qt-faststart texi2html x264 yasm zlib1g-dev152 libvorbis-dev libvpx libx11-dev libxfixes-dev pkg-config qt-faststart texi2html x264 yasm zlib1g-dev 153 153 }}} 154 154 Lastly, delete the x264, libvpx, and ffmpeg directories in your home folder.