From bbd82057ab5f6e4328af5845a9e6e42550c789c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 31 Dec 2015 20:41:38 +0200 Subject: [PATCH] sdp: The SDP library depends on the RTP library now and is not independent anymore Fix up the build dependencies. --- gst-libs/gst/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 6d3bc1008e..2820431502 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -24,8 +24,10 @@ pbutils: video audio rtp: audio +sdp: rtp + INDEPENDENT_SUBDIRS = \ - tag audio fft sdp video app + tag audio fft video app .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)