tce-load -i cd a52dec-0.7.4 CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" CFLAGS="-g $([ $(uname -m) = x86_64 ] && echo -fPIC)" ./configure --prefix=/usr/local --disable-static --enable-shared find . -name Makefile -type f -exec sed -i 's/-O3/ /g' {} \; make sudo make install sudo cp liba52/a52_internal.h /usr/local/include/a52dec