31 lines
1012 B
Diff
31 lines
1012 B
Diff
From f6ea0e530144678edbb467a5072512b7c88a8b8a Mon Sep 17 00:00:00 2001
|
|
From: Yuqing Zhu <carol.zhu@nxp.com>
|
|
Date: Thu, 13 Jun 2019 11:12:39 +0800
|
|
Subject: [PATCH] rtsp: drop incorrect reference to gstreamer-sdp in
|
|
Makefile.am
|
|
|
|
Refine commit: 4330915d88dc4dd46eb4c28d756482b767c2747f
|
|
|
|
Upstream-Status: Pending [review on oe-core maillist]
|
|
|
|
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.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 13ac1b395..8b03125c7 100644
|
|
--- a/gst-libs/gst/rtsp/Makefile.am
|
|
+++ b/gst-libs/gst/rtsp/Makefile.am
|
|
@@ -82,7 +82,6 @@ GstRtsp-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_API_VERS
|
|
--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
|
|
|