Changes: https://retroshareteam.wordpress.com/2016/02/07/release-notes-for-final-0-6-0/ - distsite moved to github PR: 207550 Submitted by: w.schwarzenfeld@aon.at, Yuri Victorovich <yuri@rawbw.com>, peter@netkey.at (maintainer) Reviewed by: feld
10 lines
336 B
Prolog
10 lines
336 B
Prolog
--- plugins/VOIP/VOIP.pro.orig 2016-03-05 21:47:58 UTC
|
|
+++ plugins/VOIP/VOIP.pro
|
|
@@ -26,6 +26,7 @@ linux-* {
|
|
PKGCONFIG += opencv
|
|
} else {
|
|
LIBS += -lspeex -lspeexdsp -lavcodec -lavutil
|
|
+ LIBS += -lopencv_core -lopencv_highgui -lopencv_imgproc
|
|
}
|
|
|
|
#################################### Windows #####################################
|