Changes between Version 4 and Version 5 of How to quickly compile libx264
- Timestamp:
- 02/27/2013 12:27:59 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to quickly compile libx264
v4 v5 26 26 27 27 {{{ 28 # cd /my/path/where/i/keep/compiled/stuff29 # git clone git://github.com/yasm/yasm.git30 # cd yasm 31 # ./configure --enable-static --enable-shared28 # wget http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz 29 # tar xf yasm-1.2.0.tar.gz 30 # cd yasm-1.2.0 31 # ./configure 32 32 # make 33 33 # make install 34 # ldconfig35 34 }}} 36 35 and after that, just repeat the configure/make/make install steps for libx264 and it should be fine this time.


