diff options
Diffstat (limited to 'recipes/gstreamer/gst-rtsp_0.10.4.bb')
-rw-r--r-- | recipes/gstreamer/gst-rtsp_0.10.4.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-rtsp_0.10.4.bb b/recipes/gstreamer/gst-rtsp_0.10.4.bb new file mode 100644 index 0000000000..11c57aa71f --- /dev/null +++ b/recipes/gstreamer/gst-rtsp_0.10.4.bb @@ -0,0 +1,12 @@ +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_stage + +AUTOTOOLS_STAGE_PKGCONFIG = "1" + + |