summaryrefslogtreecommitdiff
path: root/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in
blob: 898d89162a9ba7235670a40be233a2f3996b8328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- librtmp.pc.in.orig	2016-02-29 01:15:13 UTC
+++ librtmp.pc.in
@@ -8,6 +8,6 @@ Description: RTMP implementation
 Version: @VERSION@
 Requires: @CRYPTO_REQ@
 URL: http://rtmpdump.mplayerhq.hu
-Libs: -L${libdir} -lrtmp -lz @PUBLIC_LIBS@
+Libs: -L${libdir} -L@OPENSSLLIB@ -lrtmp -lz @PUBLIC_LIBS@
 Libs.private: @PRIVATE_LIBS@
-Cflags: -I${incdir}
+Cflags: -I${incdir} -I@OPENSSLINC@