Merge pull request #877 from traud/patch-3

[mod_av] Update error message
This commit is contained in:
Andrey Volk 2020-12-16 18:12:51 +04:00 committed by GitHub
commit e43b192f70
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