Checking ffmpeg instead of ffplay is more useful.

This commit is contained in:
Joe 2018-06-17 21:06:05 +02:00
parent b7bb57d0cc
commit 1ee1385360
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ if [ -z ${HOME+x} ] && ! [ -z ${USERPROFILE+x} ]; then HOME="$USERPROFILE"; fi
authcodeDirs="${HOME}/ ./"
GREP=$(grep --version | grep -q GNU && echo "grep" || echo "ggrep")
if ! [ -x "$(command -v ffplay)" ]
if ! [ -x "$(command -v ffmpeg)" ]
then
echo "Please make sure that ffplay is installed and in your PATH."
echo "This is usually installed as a part of the ffmpeg package."

View File

@ -20,7 +20,6 @@ can obtain this string from a tool like [audible-activator](https://github.com/i
## Requirements
* bash 4.3.42 or later tested
* ffmpeg version 2.8.3 or later
* ffplay (usually installed as a part of ffmpeg)
* libmp3lame (came from lame package on Arch, not sure where else this is stored)
## OSX