sdp: The SDP library depends on the RTP library now and is not independent anymore

Fix up the build dependencies.
This commit is contained in:
Sebastian Dröge 2015-12-31 20:41:38 +02:00
parent 682b523652
commit bbd82057ab

View 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)