diff options
Diffstat (limited to 'repo/system/rtmpdump.xibuild')
-rw-r--r-- | repo/system/rtmpdump.xibuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/repo/system/rtmpdump.xibuild b/repo/system/rtmpdump.xibuild index 35197b1..a9f561a 100644 --- a/repo/system/rtmpdump.xibuild +++ b/repo/system/rtmpdump.xibuild @@ -6,10 +6,15 @@ SOURCE=git://git.ffmpeg.org/rtmpdump BRANCH="fa8646d" DESC="Tool to download rtmp streams" -build () { +patch () { sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile +} +build () { make SYS=posix +} + +package () { make \ prefix='/usr' \ sbindir='/usr/bin' \ |