mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
rtmpdump: build against openssl
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
62704dd9d2
commit
04b22c9295
@ -31,7 +31,7 @@ make prefix=/usr \
|
||||
CC="$CC" \
|
||||
LD="$LD" \
|
||||
AR="$AR" \
|
||||
CRYPTO="GNUTLS" \
|
||||
CRYPTO="OPENSSL" \
|
||||
XCFLAGS="$CFLAGS $LDFLAGS"
|
||||
|
||||
$MAKEINSTALL prefix=/usr \
|
||||
@ -41,5 +41,5 @@ $MAKEINSTALL prefix=/usr \
|
||||
CC="$CC" \
|
||||
LD="$LD" \
|
||||
AR="$AR" \
|
||||
CRYPTO="GNUTLS" \
|
||||
CRYPTO="OPENSSL" \
|
||||
XCFLAGS="$CFLAGS $LDFLAGS"
|
||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://rtmpdump.mplayerhq.hu/"
|
||||
PKG_URL="http://rtmpdump.mplayerhq.hu/download/$PKG_NAME-$PKG_VERSION.tgz"
|
||||
PKG_DEPENDS="zlib gnutls"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib gnutls"
|
||||
PKG_DEPENDS="zlib openssl"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib openssl"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="rtmpdump: a toolkit for RTMP streams."
|
||||
|
Loading…
x
Reference in New Issue
Block a user