From 98b21e8c85f4dc5d91138195f3f2bdc3d15699eb Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 3 Jan 2022 00:01:34 +0000 Subject: fixed rtmpdump with sed --- repo/core/rtmpdump.xibuild | 1 + 1 file changed, 1 insertion(+) (limited to 'repo/core') 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 \ -- cgit v1.2.1