Changes between Version 26 and Version 27 of CompilationGuide/Ubuntu
- Timestamp:
- Sep 28, 2012, 10:59:42 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v26 v27 29 29 libtool libvorbis-dev pkg-config texi2html yasm zlib1g-dev 30 30 }}} 31 32 NOTE: Install libfaac if error related to libfaac-dev. 33 https://launchpad.net/ubuntu/+archive/primary/+files/faac_1.28.orig.tar.gz 34 tar -xzvf faac_1.28.orig.tar.gz 35 cd faac-1.28 36 ./configure 37 make && make install 38 31 39 32 40 == Installation == … … 92 100 93 101 '''Note:''' You can download the nightly [http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 FFmpeg source snapshot] as an alternative to using `git`. 102 Note: If errors when configuring to ffmpeg, related to libopencore-amrwb and x11grab then install in root(~) directory 103 1-> sudo apt-get install libopencore-amrwb-dev 104 2-> sudo apt-get install libxfixes-dev 105 3-> sudo apt-get install libxext-dev 106 107 94 108 95 109 == Finish ==