sdp: The SDP library depends on the RTP library now and is not independent anymore
authorSebastian Dröge <sebastian@centricular.com>
Thu, 31 Dec 2015 18:41:38 +0000 (20:41 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 31 Dec 2015 18:41:38 +0000 (20:41 +0200)
Fix up the build dependencies.

gst-libs/gst/Makefile.am

index 6d3bc1008ebe688ffe1841792e36d9164d198a02..2820431502e923f4e2dafa4412f53912dbae4141 100644 (file)
@@ -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)