diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-08-23 10:45:39 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-08-23 10:45:39 +0200 |
commit | 2444306ed17741df1bdbce18d06d54088817ebc9 (patch) | |
tree | bc82d67ec17ceba6135a2846cd42e958bd30e8a1 /packages | |
parent | 6ddbca98206e9a8cb5f446547c4cb8a54aeab0b1 (diff) |
gstreamer-networking: remove gst-rtsp-server until it's ported to windows
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gstreamer-networking.package | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/gstreamer-networking.package b/packages/gstreamer-networking.package index 8349967..f8f049d 100644 --- a/packages/gstreamer-networking.package +++ b/packages/gstreamer-networking.package @@ -16,13 +16,12 @@ class Package(package.Package): deps = ['gstreamer-core'] files = ['libsoup:libs', - 'gst-plugins-base:net', 'gst-plugins-good:net', 'gst-plugins-ugly:net', 'gst-plugins-bad:net', - 'gst-rtsp-server:libs:python' ] + 'gst-plugins-base:net', 'gst-plugins-good:net', 'gst-plugins-ugly:net', 'gst-plugins-bad:net'] files_devel = ['gst-plugins-base-static:net_devel', 'gst-plugins-good-static:net_devel', 'gst-plugins-ugly-static:net_devel', 'gst-plugins-bad-static:net_devel', - 'gst-rtsp-server:devel'] + ]#'gst-rtsp-server:devel'] def prepare(self): if self.config.target_platform != Platform.LINUX or \ |