Changes between Version 37 and Version 38 of UbuntuCompilationGuide
- Timestamp:
- 12/15/2012 12:51:27 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuCompilationGuide
v37 v38 89 89 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora \ 90 90 --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree \ 91 --enable-version3 --enable-libaacplus91 --enable-version3 92 92 make 93 93 sudo checkinstall --pkgname=ffmpeg --pkgversion="7:$(date +%Y%m%d%H%M)-git" --backup=no \ … … 96 96 }}} 97 97 98 '''Note:''' if you wish to add --enable-libaacplus to configure above you will need to first do this 99 {{{ 100 cd ~/ && \ 101 wget http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz && \ 102 tar -xf libaacplus-2.0.2.tar.gz && \ 103 cd libaacplus-2.0.2 && \ 104 ./autogen.sh --enable-shared && \ 105 make && \ 106 sudo checkinstall --pakdir "$HOME/Desktop" --pkgname libaacplus \ 107 --pkgversion 2.0.2 \ 108 --backup=no --default --deldoc=yes --fstrans=no && sudo ldconfig 109 }}} 110 98 111 '''Note:''' You can download the nightly [http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 FFmpeg source snapshot] as an alternative to using `git`. 99 112


