From 08813256b93a1db44d51a6a0b0e3276751cb4e26 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Wed, 21 Nov 2007 09:53:24 +0000 Subject: [PATCH] Add messages to build script. --- stepmania/Utils/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/Utils/build.sh b/stepmania/Utils/build.sh index 936e70118a..40f525a41c 100755 --- a/stepmania/Utils/build.sh +++ b/stepmania/Utils/build.sh @@ -109,6 +109,7 @@ if [ ! -d $ffmpeg ]; then else failure 'Install subversion.' fi + message 'Downloading ffmpeg patch' if which curl &>/dev/null; then get='curl -O' elif which wget &>/dev/null; then @@ -118,6 +119,7 @@ if [ ! -d $ffmpeg ]; then fi cd $ffmpeg call $get http://stepmania.sourceforge.net/ffmpeg-r8448-avi.patch + message 'Patching ffmpeg' call 'patch -p1 < ffmpeg-r8448-avi.patch' cd .. fi