libs: build rtp after audio
authorHavard Graff <havard.graff@gmail.com>
Mon, 31 Aug 2015 08:46:43 +0000 (10:46 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 4 Sep 2015 08:53:42 +0000 (09:53 +0100)
The dependency setup does not seem to work for all systems,
causing the build to fail with:

gstrtpbaseaudiopayload.c:65:0:
fatal error: gst/audio/audio-enumtypes.h: No such file or directory

My setup:
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
autoconf (GNU Autoconf) 2.69
automake (GNU automake) 1.14.1
libtool (GNU libtool) 2.4.2

https://bugzilla.gnome.org/show_bug.cgi?id=754344

gst-libs/gst/Makefile.am

index 3b5e13a..6d3bc10 100644 (file)
@@ -1,11 +1,11 @@
 SUBDIRS = \
        tag \
        fft \
-       rtp \
        sdp \
        rtsp \
        video \
        audio \
+       rtp \
        pbutils \
        riff \
        app \