tce-load -i yasm bash coreutils perl5

libvpx-v1.2.0
-------------

sed -i 's/cp -p/cp/' build/make/Makefile
sudo chmod 644 vpx/*.h
mkdir ../libvpx-build
cd ../libvpx-build

CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ../libvpx-v1.2.0/configure --prefix=/usr/local --enable-shared --disable-static

find . -name Makefile -type f -exec sed -i 's/-O2/ /g' {} \;

make
sudo make install