diff options
author | davidovski <david@davidovski.xyz> | 2022-01-03 00:01:34 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-03 00:01:34 +0000 |
commit | 98b21e8c85f4dc5d91138195f3f2bdc3d15699eb (patch) | |
tree | 19efc16fe92d76bf7776e97178886505642afb89 /repo | |
parent | d4d3f83ed66f9a76b9a111097aac7e990c21d695 (diff) |
fixed rtmpdump with sed
Diffstat (limited to 'repo')
-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 \ |