Changes between Version 48 and Version 49 of UbuntuCompilationGuide


Ignore:
Timestamp:
01/12/2013 04:39:35 PM (4 months ago)
Author:
bat_guano
Comment:

Save some cycles when building libvpx (should be default imho) --->  https://groups.google.com/a/webmproject.org/forum/#!topic/webm-discuss/UjAUGpN3QGU

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuCompilationGuide

    v48 v49  
    8585git clone --depth 1 http://git.chromium.org/webm/libvpx.git 
    8686cd libvpx 
    87 ./configure 
     87./configure --disable-unit-tests 
    8888make 
    8989sudo checkinstall --pkgname=libvpx --pkgversion="1:$(date +%Y%m%d%H%M)-git" --backup=no \