mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -04:00
fixed VOIP compilation on ubuntu 20.04
This commit is contained in:
parent
cd61ec8635
commit
b2f9ac5b71
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ linux-* {
|
||||||
|
|
||||||
PKGCONFIG += libavcodec libavutil
|
PKGCONFIG += libavcodec libavutil
|
||||||
PKGCONFIG += speex speexdsp
|
PKGCONFIG += speex speexdsp
|
||||||
PKGCONFIG += opencv
|
PKGCONFIG += opencv4
|
||||||
} else {
|
} else {
|
||||||
LIBS += -lspeex -lspeexdsp -lavcodec -lavutil
|
LIBS += -lspeex -lspeexdsp -lavcodec -lavutil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue