From: Thiago Santos Date: Mon, 8 Dec 2014 11:24:17 +0000 (-0300) Subject: gst-libs: build order: uridownloader before adaptivedemux X-Git-Tag: 1.19.3~507^2~9788 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aba9d86d084b486206c69e6028f6a0eb5c40d766;p=platform%2Fupstream%2Fgstreamer.git gst-libs: build order: uridownloader before adaptivedemux Otherwise make install fails --- diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index edd24b1..a7380f8 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -10,12 +10,12 @@ if USE_WAYLAND WAYLAND_DIR=wayland endif -SUBDIRS = adaptivedemux interfaces basecamerabinsrc codecparsers \ - insertbin uridownloader mpegts base video $(GL_DIR) $(WAYLAND_DIR) +SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \ + insertbin mpegts base video $(GL_DIR) $(WAYLAND_DIR) noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h -DIST_SUBDIRS = adaptivedemux interfaces gl basecamerabinsrc codecparsers \ - insertbin uridownloader mpegts wayland base video +DIST_SUBDIRS = uridownloader adaptivedemux interfaces gl basecamerabinsrc \ + codecparsers insertbin mpegts wayland base video #dependencies video: base