blob: d22b3cecf7bb16e66cdbd5ddd8d889b69c18da90 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Gstreamer RTSP server"
LICENSE = "LGPLv2"
DEPENDS = "gst-plugins-base gstreamer"
SRC_URI = "http://people.freedesktop.org/~wtay/gst-rtsp-${PV}.tar.bz2"
inherit autotools
|