[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…
Reference in New Issue