rtmpdump: build against openssl

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-04 01:22:00 +02:00
parent 62704dd9d2
commit 04b22c9295
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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."