From b2f9ac5b71bf624ff319d238a99af0ebaed6b4e5 Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 4 Apr 2021 14:40:15 +0200 Subject: [PATCH] fixed VOIP compilation on ubuntu 20.04 --- plugins/VOIP/VOIP.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/VOIP/VOIP.pro b/plugins/VOIP/VOIP.pro index 8186c48ec..66e20cdee 100644 --- a/plugins/VOIP/VOIP.pro +++ b/plugins/VOIP/VOIP.pro @@ -53,7 +53,7 @@ linux-* { PKGCONFIG += libavcodec libavutil PKGCONFIG += speex speexdsp - PKGCONFIG += opencv + PKGCONFIG += opencv4 } else { LIBS += -lspeex -lspeexdsp -lavcodec -lavutil }