[mod_av] Update error message

Five years ago, commit b29174e added the scale/conversion library of
FFmpeg. However, that library is not part of libavformat-dev and added
an additional requirement. That was not reflected in the error message,
when FFmpeg libraries are missing.
This commit is contained in:
Alexander Traud 2020-09-29 10:30:56 +02:00 committed by GitHub
parent e10126942e
commit 828811501c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ else
install: error
all: error
error:
$(error You must install libavformat-dev to build mod_av)
$(error You must install libavformat-dev and libswscale-dev to build mod_av)
endif