#!/bin/bash
chmod +x configure
./configure --enable-core-inline --disable-debug --enable-avcodec --prefix=/usr || exit 1
make -j3 || exit 1

