You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
908 B
28 lines
908 B
From 130d150007d12fea7a7f0888b1dcc525bd325fd3 Mon Sep 17 00:00:00 2001
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
Date: Mon, 26 Oct 2015 17:30:14 +0200
|
|
Subject: [PATCH] rtsp: drop incorrect reference to gstreamer-sdp in
|
|
Makefile.am
|
|
|
|
Upstream-Status: Pending [review on oe-core maillist]
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
|
|
---
|
|
gst-libs/gst/rtsp/Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/gst-libs/gst/rtsp/Makefile.am b/gst-libs/gst/rtsp/Makefile.am
|
|
index 9fc5558ce..8db79eceb 100644
|
|
--- a/gst-libs/gst/rtsp/Makefile.am
|
|
+++ b/gst-libs/gst/rtsp/Makefile.am
|
|
@@ -82,7 +82,6 @@
|
|
--pkg gio-2.0 \
|
|
--pkg gstreamer-@GST_API_VERSION@ \
|
|
--pkg gstreamer-base-@GST_API_VERSION@ \
|
|
- --pkg gstreamer-sdp-@GST_API_VERSION@ \
|
|
--pkg-export gstreamer-rtsp-@GST_API_VERSION@ \
|
|
--add-init-section="$(INTROSPECTION_INIT)" \
|
|
--output $@ \
|
|
--
|
|
2.17.1.windows.2
|
|
|
|
|