mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
rtmpdump: build with GnuTLS support, fix usage of *FLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
65569f2e45
commit
629525b931
@ -31,8 +31,10 @@ make prefix=/usr \
|
|||||||
CC="$CC" \
|
CC="$CC" \
|
||||||
LD="$LD" \
|
LD="$LD" \
|
||||||
AR="$AR" \
|
AR="$AR" \
|
||||||
CRYPTO="OPENSSL" \
|
CRYPTO="GNUTLS" \
|
||||||
XCFLAGS="$CFLAGS $LDFLAGS"
|
OPT="" \
|
||||||
|
XCFLAGS="$CFLAGS" \
|
||||||
|
XLDFLAGS="$LDFLAGS -lm"
|
||||||
|
|
||||||
$MAKEINSTALL prefix=/usr \
|
$MAKEINSTALL prefix=/usr \
|
||||||
incdir=/usr/include/librtmp \
|
incdir=/usr/include/librtmp \
|
||||||
@ -41,5 +43,7 @@ $MAKEINSTALL prefix=/usr \
|
|||||||
CC="$CC" \
|
CC="$CC" \
|
||||||
LD="$LD" \
|
LD="$LD" \
|
||||||
AR="$AR" \
|
AR="$AR" \
|
||||||
CRYPTO="OPENSSL" \
|
CRYPTO="GNUTLS" \
|
||||||
XCFLAGS="$CFLAGS $LDFLAGS"
|
OPT="" \
|
||||||
|
XCFLAGS="$CFLAGS" \
|
||||||
|
XLDFLAGS="$LDFLAGS -lm"
|
||||||
|
@ -26,8 +26,8 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="http://rtmpdump.mplayerhq.hu/"
|
PKG_SITE="http://rtmpdump.mplayerhq.hu/"
|
||||||
#PKG_URL="http://rtmpdump.mplayerhq.hu/download/$PKG_NAME-$PKG_VERSION.tgz"
|
#PKG_URL="http://rtmpdump.mplayerhq.hu/download/$PKG_NAME-$PKG_VERSION.tgz"
|
||||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS="zlib openssl"
|
PKG_DEPENDS="zlib gnutls"
|
||||||
PKG_BUILD_DEPENDS="toolchain zlib openssl"
|
PKG_BUILD_DEPENDS="toolchain zlib gnutls"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="multimedia"
|
PKG_SECTION="multimedia"
|
||||||
PKG_SHORTDESC="rtmpdump: a toolkit for RTMP streams."
|
PKG_SHORTDESC="rtmpdump: a toolkit for RTMP streams."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user