Skip to content

Commit e7140e2

Browse files
committed
Output the header also when displaying the help
1 parent febfd32 commit e7140e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-ffmpeg

+4-4
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ while (( $# > 0 )); do
198198
esac
199199
done
200200

201+
echo "ffmpeg-build-script v$VERSION"
202+
echo "========================="
203+
echo ""
204+
201205
if [ -z "$bflag" ]; then
202206
if [ -z "$cflag" ]; then
203207
usage
@@ -206,10 +210,6 @@ if [ -z "$bflag" ]; then
206210
exit 0
207211
fi
208212

209-
echo "ffmpeg-build-script v$VERSION"
210-
echo "========================="
211-
echo ""
212-
213213
echo "Using $MJOBS make jobs simultaneously."
214214

215215
if [ -n "$LDEXEFLAGS" ]; then

0 commit comments

Comments
 (0)