#!/bin/sh

export PKG_CONFIG_PATH=/usr/lib=pkgconfig:/usr/local/lib/pkgconfig

./configure --prefix=/usr/local --enable-static --enable-shared \
  --enable-fontconfig      \
  --enable-libfreetype     \
  --enable-libmp3lame      \
  --enable-libspeex        \
  --enable-libtheora       \
  --enable-libvorbis       \
  --enable-openssl         \
