#!/bin/sh -e ./configure \ --prefix=/usr \ --disable-swscale \ --enable-static \ --enable-pic \ --enable-shared make make DESTDIR="$1" install