summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-08-31 10:49:41 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-09-04 09:53:42 +0100
commitc8ce5765a05d0a6b1bd1a9f1500bc14b8c324343 (patch)
tree48783a5991a61fd11228eee102cab66ef89f14ae
parent3d733ad09f0b7a4a6832cdbc3f89a5737409446b (diff)
downloadgstreamer-plugins-base-c8ce5765a05d0a6b1bd1a9f1500bc14b8c324343.tar.gz
libs: rtp is no longer an independent subdir
https://bugzilla.gnome.org/show_bug.cgi?id=754344
-rw-r--r--gst-libs/gst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am
index 9e985c5b1..3b5e13af5 100644
--- a/gst-libs/gst/Makefile.am
+++ b/gst-libs/gst/Makefile.am
@@ -25,7 +25,7 @@ pbutils: video audio
rtp: audio
INDEPENDENT_SUBDIRS = \
- tag audio fft rtp sdp video app
+ tag audio fft sdp video app
.PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)