summaryrefslogtreecommitdiff
path: root/repo/core
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-03 00:01:34 +0000
committerdavidovski <david@davidovski.xyz>2022-01-03 00:01:34 +0000
commit98b21e8c85f4dc5d91138195f3f2bdc3d15699eb (patch)
tree19efc16fe92d76bf7776e97178886505642afb89 /repo/core
parentd4d3f83ed66f9a76b9a111097aac7e990c21d695 (diff)
fixed rtmpdump with sed
Diffstat (limited to 'repo/core')
-rw-r--r--repo/core/rtmpdump.xibuild1
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 \