mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
fixed VOIP compilation on ubuntu 20.04
This commit is contained in:
parent
cd61ec8635
commit
b2f9ac5b71
@ -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…
Reference in New Issue
Block a user