mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
rtmpdump: Integrate v2.4
Change-Id: I2d8e84189674074385c41f50dc535081e9c845af Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d6c5c40f72
commit
f17c1486c1
@@ -0,0 +1,18 @@
|
|||||||
|
Make sure libdir (SODIR) is created when running parallel make.
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [configuration]
|
||||||
|
|
||||||
|
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
||||||
|
|
||||||
|
Index: git/librtmp/Makefile
|
||||||
|
===================================================================
|
||||||
|
--- git.orig/librtmp/Makefile
|
||||||
|
+++ git/librtmp/Makefile
|
||||||
|
@@ -107,6 +107,7 @@ install_base: librtmp.a librtmp.pc
|
||||||
|
cp librtmp.3 $(MANDIR)/man3
|
||||||
|
|
||||||
|
install_so: librtmp.$(SO_EXT)
|
||||||
|
+ -mkdir -p $(SODIR)
|
||||||
|
cp librtmp.$(SO_EXT) $(SODIR)
|
||||||
|
cd $(SODIR); ln -sf librtmp.$(SO_EXT) librtmp.$(SOX)
|
||||||
|
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
SUMMARY = "RTMP Dump"
|
||||||
|
DESCRIPTION = "rtmpdump is a toolkit for RTMP streams. All forms of RTMP are \
|
||||||
|
supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
|
||||||
|
HOMEPAGE = "http://rtmpdump.mplayerhq.hu/"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
|
||||||
|
DEPENDS = "openssl zlib"
|
||||||
|
|
||||||
|
SRCREV = "3121324046e4ca1934e7e28293fc8326475d5053"
|
||||||
|
SRC_URI = " \
|
||||||
|
git://git.ffmpeg.org/rtmpdump \
|
||||||
|
file://fix-racing-build-issue.patch"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit autotools-brokensep
|
||||||
|
|
||||||
|
EXTRA_OEMAKE = " \
|
||||||
|
CC='${CC}' LD='${LD} ${STAGING_LIBDIR}' \
|
||||||
|
SYS=posix INC=-I=/usr/include DESTDIR=${D} \
|
||||||
|
prefix=${prefix} libdir=${libdir} incdir=${includedir}/librtmp bindir=${bindir} mandir=${mandir}"
|
||||||
Reference in New Issue
Block a user