aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-rtsp_0.10.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstreamer/gst-rtsp_0.10.5.bb')
-rw-r--r--recipes/gstreamer/gst-rtsp_0.10.5.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-rtsp_0.10.5.bb b/recipes/gstreamer/gst-rtsp_0.10.5.bb
new file mode 100644
index 0000000000..d22b3cecf7
--- /dev/null
+++ b/recipes/gstreamer/gst-rtsp_0.10.5.bb
@@ -0,0 +1,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
+
+