From: Sebastian Dröge Date: Thu, 31 Dec 2015 18:41:38 +0000 (+0200) Subject: sdp: The SDP library depends on the RTP library now and is not independent anymore X-Git-Tag: 1.19.3~511^2~3123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbd82057ab5f6e4328af5845a9e6e42550c789c4;p=platform%2Fupstream%2Fgstreamer.git sdp: The SDP library depends on the RTP library now and is not independent anymore Fix up the build dependencies. --- 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)