]> code.ossystems Code Review - openembedded-core.git/blob
aaeb611fec0e40b4b2c6817453598f373e3661ff
[openembedded-core.git] /
1 From 53b5868491cf99ee797192395dbfeb69df23edd2 Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Mon, 26 Oct 2015 17:30:14 +0200
4 Subject: [PATCH] rtsp: drop incorrect reference to gstreamer-sdp in
5  Makefile.am
6
7 Upstream-Status: Pending [review on oe-core maillist]
8 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9
10 ---
11  gst-libs/gst/rtsp/Makefile.am | 1 -
12  1 file changed, 1 deletion(-)
13
14 diff --git a/gst-libs/gst/rtsp/Makefile.am b/gst-libs/gst/rtsp/Makefile.am
15 index 79027cb..2987e23 100644
16 --- a/gst-libs/gst/rtsp/Makefile.am
17 +++ b/gst-libs/gst/rtsp/Makefile.am
18 @@ -79,7 +79,6 @@ GstRtsp-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_API_VERS
19                 --libtool="$(LIBTOOL)" \
20                 --pkg gio-2.0 \
21                 --pkg gstreamer-@GST_API_VERSION@ \
22 -               --pkg gstreamer-sdp-@GST_API_VERSION@ \
23                 --pkg-export gstreamer-rtsp-@GST_API_VERSION@ \
24                 --add-init-section="$(INTROSPECTION_INIT)" \
25                 --output $@ \