]> git.sesse.net Git - movit/blob - autogen.sh
Prepare for better understanding of 10- and 12-bit Y'CbCr.
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"