mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 02:04:54 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user