mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Revert "rtmpdump: build with GnuTLS support, fix usage of *FLAGS"
This reverts commit 629525b9318e052bda60f1e63f47bf7dc7792da7.
This commit is contained in:
parent
05328b009f
commit
e360474002
@ -31,10 +31,8 @@ make prefix=/usr \
|
|||||||
CC="$CC" \
|
CC="$CC" \
|
||||||
LD="$LD" \
|
LD="$LD" \
|
||||||
AR="$AR" \
|
AR="$AR" \
|
||||||
CRYPTO="GNUTLS" \
|
CRYPTO="OPENSSL" \
|
||||||
OPT="" \
|
XCFLAGS="$CFLAGS $LDFLAGS"
|
||||||
XCFLAGS="$CFLAGS" \
|
|
||||||
XLDFLAGS="$LDFLAGS -lm"
|
|
||||||
|
|
||||||
$MAKEINSTALL prefix=/usr \
|
$MAKEINSTALL prefix=/usr \
|
||||||
incdir=/usr/include/librtmp \
|
incdir=/usr/include/librtmp \
|
||||||
@ -43,7 +41,5 @@ $MAKEINSTALL prefix=/usr \
|
|||||||
CC="$CC" \
|
CC="$CC" \
|
||||||
LD="$LD" \
|
LD="$LD" \
|
||||||
AR="$AR" \
|
AR="$AR" \
|
||||||
CRYPTO="GNUTLS" \
|
CRYPTO="OPENSSL" \
|
||||||
OPT="" \
|
XCFLAGS="$CFLAGS $LDFLAGS"
|
||||||
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 gnutls"
|
PKG_DEPENDS="zlib openssl"
|
||||||
PKG_BUILD_DEPENDS="toolchain zlib gnutls"
|
PKG_BUILD_DEPENDS="toolchain zlib openssl"
|
||||||
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