mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Changed error output if missing ffmpeg.
This commit is contained in:
parent
1ee1385360
commit
30a35b9e10
3
AAXtoMP3
3
AAXtoMP3
@ -12,8 +12,7 @@ GREP=$(grep --version | grep -q GNU && echo "grep" || echo "ggrep")
|
|||||||
|
|
||||||
if ! [ -x "$(command -v ffmpeg)" ]
|
if ! [ -x "$(command -v ffmpeg)" ]
|
||||||
then
|
then
|
||||||
echo "Please make sure that ffplay is installed and in your PATH."
|
echo "Please make sure that ffmpeg is installed and in your PATH."
|
||||||
echo "This is usually installed as a part of the ffmpeg package."
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user