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
+1 -1
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