From 4cd3a39f22a2712bfa8fc657d09fe2c7765a4005 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 1 Feb 2019 23:00:08 -0800 Subject: rtmpdump: Switch to using GNU TLS instead of openssl10 Signed-off-by: Khem Raj [THUD: fixes usr/include/openssl/rc4.h:74:5: error: unknown type name 'RC4_INT'] Signed-off-by: Armin Kuster --- meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb b/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb index a72b0d651e..5f78be4f51 100644 --- a/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb +++ b/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://rtmpdump.mplayerhq.hu/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -DEPENDS = "openssl10 zlib" +DEPENDS = "gnutls zlib" SRCREV = "fa8646daeb19dfd12c181f7d19de708d623704c0" SRC_URI = " \ @@ -18,5 +18,5 @@ inherit autotools-brokensep EXTRA_OEMAKE = " \ CC='${CC}' LD='${LD} ${STAGING_LIBDIR}' XCFLAGS='${CFLAGS}' XLDFLAGS='${LDFLAGS}' \ - SYS=posix INC=-I=/usr/include DESTDIR=${D} \ + SYS=posix INC=-I=/usr/include DESTDIR=${D} CRYPTO=GNUTLS \ prefix=${prefix} libdir=${libdir} incdir=${includedir}/librtmp bindir=${bindir} mandir=${mandir}" -- cgit 1.2.3-korg