summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-12-31 20:41:38 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-12-31 20:41:38 +0200
commitbbd82057ab5f6e4328af5845a9e6e42550c789c4 (patch)
tree1ec4bce59355a021394a53266cc529997a34e60e
parent682b52365254d28215c2f071d083a4b6e0b21ae5 (diff)
sdp: The SDP library depends on the RTP library now and is not independent anymore
Fix up the build dependencies.
-rw-r--r--gst-libs/gst/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am
index 6d3bc1008..282043150 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)