plugin: Explicitly link to BZ2, LZMA and LZ
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Sat, 20 May 2017 13:27:52 +0000 (15:27 +0200)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Sat, 20 May 2017 13:27:52 +0000 (15:27 +0200)
commit7b0a5ad30981d28dba7a7415ee7e9e2d384780e2
tree6db7c31e404d3d39be69571eeb046c7e98c2786b
parent321d1c7a7552c2f0466c05ca22e4379cd028b7a1
plugin: Explicitly link to BZ2, LZMA and LZ

While all this information is in the .la files, libtool seems to get
confused with ordering in presence of static system libraries. This could
cause missing symbol error at link time. Adding these depenencies explicitly
workaround the issue.
configure.ac
ext/libav/Makefile.am
gst-libs/ext/Makefile.am