diff options
Diffstat (limited to 'repo/system/rtmpdump.xibuild')
-rw-r--r-- | repo/system/rtmpdump.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/rtmpdump.xibuild b/repo/system/rtmpdump.xibuild index a9f561a..a8597fb 100644 --- a/repo/system/rtmpdump.xibuild +++ b/repo/system/rtmpdump.xibuild @@ -6,7 +6,7 @@ SOURCE=git://git.ffmpeg.org/rtmpdump BRANCH="fa8646d" DESC="Tool to download rtmp streams" -patch () { +prepare () { sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile } |