mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-17 04:06:59 +00:00
[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:
parent
e10126942e
commit
828811501c
@ -36,5 +36,5 @@ else
|
|||||||
install: error
|
install: error
|
||||||
all: error
|
all: error
|
||||||
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
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user