28 lines
961 B
Diff
28 lines
961 B
Diff
|
From 4330915d88dc4dd46eb4c28d756482b767c2747f 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 4/4] 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 4f6d9f8..0afa370 100644
|
||
|
--- a/gst-libs/gst/rtsp/Makefile.am
|
||
|
+++ b/gst-libs/gst/rtsp/Makefile.am
|
||
|
@@ -75,7 +75,6 @@ GstRtsp-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_API_VERS
|
||
|
--libtool="$(LIBTOOL)" \
|
||
|
--pkg gio-2.0 \
|
||
|
--pkg gstreamer-@GST_API_VERSION@ \
|
||
|
- --pkg gstreamer-sdp-@GST_API_VERSION@ \
|
||
|
--pkg-export gstreamer-rtsp-@GST_API_VERSION@ \
|
||
|
--add-init-section="$(INTROSPECTION_INIT)" \
|
||
|
--output $@ \
|
||
|
--
|
||
|
2.6.2
|
||
|
|