Add messages to build script.
This commit is contained in:
@@ -109,6 +109,7 @@ if [ ! -d $ffmpeg ]; then
|
|||||||
else
|
else
|
||||||
failure 'Install subversion.'
|
failure 'Install subversion.'
|
||||||
fi
|
fi
|
||||||
|
message 'Downloading ffmpeg patch'
|
||||||
if which curl &>/dev/null; then
|
if which curl &>/dev/null; then
|
||||||
get='curl -O'
|
get='curl -O'
|
||||||
elif which wget &>/dev/null; then
|
elif which wget &>/dev/null; then
|
||||||
@@ -118,6 +119,7 @@ if [ ! -d $ffmpeg ]; then
|
|||||||
fi
|
fi
|
||||||
cd $ffmpeg
|
cd $ffmpeg
|
||||||
call $get http://stepmania.sourceforge.net/ffmpeg-r8448-avi.patch
|
call $get http://stepmania.sourceforge.net/ffmpeg-r8448-avi.patch
|
||||||
|
message 'Patching ffmpeg'
|
||||||
call 'patch -p1 < ffmpeg-r8448-avi.patch'
|
call 'patch -p1 < ffmpeg-r8448-avi.patch'
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user