Changes between Version 28 and Version 29 of CompilationGuide/Ubuntu
- Timestamp:
- Oct 12, 2012, 10:54:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v28 v29 30 30 }}} 31 31 32 NOTE: Install libfaac if error related to libfaac-dev.33 https://launchpad.net/ubuntu/+archive/primary/+files/faac_1.28.orig.tar.gz34 tar -xzvf faac_1.28.orig.tar.gz35 cd faac-1.2836 ./configure37 make && make install38 39 40 32 == Installation == 41 33 === x264 ===#x264 … … 66 58 --deldoc=yes --fstrans=no --default 67 59 }}} 60 61 '''Note:''' You can download a [https://github.com/mstorsjo/fdk-aac/zipball/master fdk-aac source snapshot] as an alternative to using `git`. 68 62 69 63 === libvpx ===#libvpx
