Update build script.

This commit is contained in:
Steve Checkoway
2007-03-13 09:00:45 +00:00
parent e30a2bd2ed
commit bd796e566c
+1 -1
View File
@@ -131,7 +131,7 @@ if [ ! -f _build/src/config.h ]; then
message 'Configuring StepMania'
mkdir -p _build
cd _build
call ../configure --with-static-ffmpeg-prefix=../$ffmpeg/_inst $@
call ../configure --with-ffmpeg=../$ffmpeg/_inst $@
cd ..
fi
if [ -n "$s_configure" ]; then exit 0; fi