singe/thirdparty/ffms2/autogen.sh
2023-10-23 19:38:18 -05:00

6 lines
117 B
Bash
Executable file

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