From bd796e566c4b562617a392da9baba9a6f829cd51 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 13 Mar 2007 09:00:45 +0000 Subject: [PATCH] Update build script. --- stepmania/Utils/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Utils/build.sh b/stepmania/Utils/build.sh index 9f67fb6308..b4842308b0 100755 --- a/stepmania/Utils/build.sh +++ b/stepmania/Utils/build.sh @@ -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