Generate .la for internal libav libraries
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 12 May 2017 01:17:21 +0000 (21:17 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 12 May 2017 16:34:09 +0000 (12:34 -0400)
commit1038ae2327d0ce502bc304378afbc69602d686ed
tree75750222e398a28b9a32bd8adfea046c80efedbd
parentde60c46e30c9bcfe7ca6b0c3ea1f1ceabb66b4a6
Generate .la for internal libav libraries

This should help libtool in getting the internal linking right.
Effectively, libtool can sometime get the link order wrong when
presented with a mix of .la and -l arguments. These .la file are
also required by the android build system and were previously
created by cerbero.
configure.ac
ext/libav/Makefile.am
gst-libs/ext/Makefile.am