diff options
Diffstat (limited to 'net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro')
-rw-r--r-- | net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro b/net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro new file mode 100644 index 000000000000..207426afdcd6 --- /dev/null +++ b/net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro @@ -0,0 +1,10 @@ +--- 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 ##################################### |