mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
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:
parent
682b523652
commit
bbd82057ab
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue