Files
veejay/veejay-2005/autogen.sh
Niels Elburg c84f6ca821 moved veejay-current to veejay-2005 (branch closed)
git-svn-id: svn://code.dyne.org/veejay/trunk@509 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2006-01-20 16:43:25 +00:00

10 lines
142 B
Bash
Executable File

#!/bin/sh
# Run this to generate all the initial makefiles, etc.
if [ ! -d "ffmpeg" ]
then
sh ./ffmpeg-configure.in
fi
autoreconf -v -f -i