From 1cb19d11463f54f2dc58a11ba49ecb1c4b5f07a5 Mon Sep 17 00:00:00 2001 From: Havard Graff Date: Fri, 5 Feb 2016 10:10:40 +0100 Subject: [PATCH] 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 --- gst-libs/gst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index ae796ff901..55fefd818a 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 \