tce-load -i bash yasm perl5 cd x264-snapshot-20131103-2245-stable find . -name configure -type f -exec sed -i 's/-O3/ /g' {} \; CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --enable-shared --disable-cli make sudo make install