singe/ffms2/autogen.sh
2019-11-18 20:30:00 -06:00

6 lines
117 B
Bash
Executable file

#! /bin/sh
mkdir -p src/config
echo Running autoreconf...
autoreconf -ivf
echo Running configure...
./configure "$@"