GNOME Bugzilla – Bug 771780
build: add missing $(GST_PLUGINS_BASE_LIBS)
Last modified: 2016-11-20 16:18:57 UTC
Created attachment 336023 [details] [review] 0001-build-add-missing-GST_PLUGINS_BASE_LIBS.patch The linker flags for several plugins (dashdemux, mssdemux, hlsdemux) are missing $(GST_PLUGINS_BASE_LIBS), so add them so they can find -lgsttag and -lgstapp.
commit dd062b660673fa6e21f582809c7fb7003c7a1c92 Author: Martin Kelly <martin@surround.io> Date: Wed Sep 21 11:33:18 2016 -0700 build: add missing $(GST_PLUGINS_BASE_LIBS) The linker flags for several plugins (dashdemux, mssdemux, hlsdemux) are missing $(GST_PLUGINS_BASE_LIBS), so add them so they can find -lgsttag and -lgstapp. https://bugzilla.gnome.org/show_bug.cgi?id=771780
Just for future reference: commit 39b47e54ebc4b16ac9ada76ce7c0e4456f18694c Author: Tim-Philipp Müller <tim@centricular.com> Date: Sun Nov 20 12:40:07 2016 +0000 tests: fix lib and cflags order in Makefile.am pnm: add misssing continuation slash at end of line vp8parser: no need to link codecparsers twice dash_demux, mssdemux, hlsdemux: fix lib/flags ordering - local libs and flags must come first, then base before core before rest