fixed VOIP compilation on ubuntu 20.04

This commit is contained in:
csoler 2021-04-04 14:40:15 +02:00
parent cd61ec8635
commit b2f9ac5b71

View File

@ -53,7 +53,7 @@ linux-* {
PKGCONFIG += libavcodec libavutil
PKGCONFIG += speex speexdsp
PKGCONFIG += opencv
PKGCONFIG += opencv4
} else {
LIBS += -lspeex -lspeexdsp -lavcodec -lavutil
}