summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorHavard Graff <havard.graff@gmail.com>2016-02-05 10:10:40 +0100
committerSebastian Dröge <sebastian@centricular.com>2016-02-16 17:42:44 +0200
commit1cb19d11463f54f2dc58a11ba49ecb1c4b5f07a5 (patch)
tree6e8e45bb51fcb682f20a0b51fe119070f15a0295 /gst-libs
parent6c2ee2853d6b766bac20a6628948524a7e0cf8d7 (diff)
downloadgstreamer-plugins-base-1cb19d11463f54f2dc58a11ba49ecb1c4b5f07a5.tar.gz
rtp: build audio library before rtp
Because audio-enumtypes.h needs to be available for gstrtpbaseaudiopayload.c https://bugzilla.gnome.org/show_bug.cgi?id=761949
Diffstat (limited to 'gst-libs')
-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 ae796ff90..55fefd818 100644
--- a/gst-libs/gst/Makefile.am
+++ b/gst-libs/gst/Makefile.am
@@ -1,11 +1,11 @@
SUBDIRS = \
tag \
fft \
+ audio \
rtp \
sdp \
rtsp \
video \
- audio \
pbutils \
riff \
app \