Changes between Version 4 and Version 5 of How to quickly compile libx264


Ignore:
Timestamp:
02/27/2013 12:27:59 PM (4 months ago)
Author:
cehoyos
Comment:

Provide working yasm build instructions

Legend:

Unmodified
Added
Removed
Modified
  • How to quickly compile libx264

    v4 v5  
    2626 
    2727{{{ 
    28 # cd /my/path/where/i/keep/compiled/stuff 
    29 # git clone git://github.com/yasm/yasm.git 
    30 # cd yasm 
    31 # ./configure --enable-static --enable-shared 
     28# 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 
    3232# make 
    3333# make install 
    34 # ldconfig 
    3534}}} 
    3635and after that, just repeat the configure/make/make install steps for libx264 and it should be fine this time.