diff options
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/rtmpdump.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/core/rtmpdump.xibuild b/repo/core/rtmpdump.xibuild index 1b499aa..35197b1 100644 --- a/repo/core/rtmpdump.xibuild +++ b/repo/core/rtmpdump.xibuild @@ -7,6 +7,7 @@ BRANCH="fa8646d" DESC="Tool to download rtmp streams" build () { + sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile make SYS=posix make \ |