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.
29 lines
908 B
29 lines
908 B
6 years ago
|
From 130d150007d12fea7a7f0888b1dcc525bd325fd3 Mon Sep 17 00:00:00 2001
|
||
7 years ago
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||
|
Date: Mon, 26 Oct 2015 17:30:14 +0200
|
||
6 years ago
|
Subject: [PATCH] rtsp: drop incorrect reference to gstreamer-sdp in
|
||
7 years ago
|
Makefile.am
|
||
|
|
||
|
Upstream-Status: Pending [review on oe-core maillist]
|
||
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||
6 years ago
|
|
||
7 years ago
|
---
|
||
|
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
|
||
6 years ago
|
index 9fc5558ce..8db79eceb 100644
|
||
7 years ago
|
--- a/gst-libs/gst/rtsp/Makefile.am
|
||
|
+++ b/gst-libs/gst/rtsp/Makefile.am
|
||
6 years ago
|
@@ -82,7 +82,6 @@
|
||
7 years ago
|
--pkg gio-2.0 \
|
||
|
--pkg gstreamer-@GST_API_VERSION@ \
|
||
6 years ago
|
--pkg gstreamer-base-@GST_API_VERSION@ \
|
||
7 years ago
|
- --pkg gstreamer-sdp-@GST_API_VERSION@ \
|
||
|
--pkg-export gstreamer-rtsp-@GST_API_VERSION@ \
|
||
|
--add-init-section="$(INTROSPECTION_INIT)" \
|
||
|
--output $@ \
|
||
|
--
|
||
6 years ago
|
2.17.1.windows.2
|
||
7 years ago
|
|