blob: ac7565bd9b7341b83804901e5926484c6a7ebe36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|