mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
|
rtp: audio
|
||||||
|
|
||||||
|
sdp: rtp
|
||||||
|
|
||||||
INDEPENDENT_SUBDIRS = \
|
INDEPENDENT_SUBDIRS = \
|
||||||
tag audio fft sdp video app
|
tag audio fft video app
|
||||||
|
|
||||||
.PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
|
.PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue