Simplify and fix the static linking
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 10 May 2017 13:47:12 +0000 (09:47 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 10 May 2017 14:03:45 +0000 (10:03 -0400)
commita7d6eb2afaedad1d105b21ef30d1216fb35ae675
tree8f1ea9a2338f96995f6a74ffeefa8c3b13ee3b0b
parentdcc36f6e0ab3a4aa5837b6ad3d7c3cd212b74854
Simplify and fix the static linking

Some libtool will endup removing the shared build when running a static
build. That had unwanted side effect. Rather then fighting libtool to
get to build each static and shared seperatly, let libtool build with
the LIBAV_DEPS added to LIBADD (list of libav*.a) and finally remove the
extra .a from the archive and fix the .la to what cerbero will expect.
ext/libav/Makefile.am