libav: Allow build both static dynamic plugins
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 8 May 2017 13:30:24 +0000 (09:30 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 9 May 2017 12:49:17 +0000 (08:49 -0400)
commitdcc36f6e0ab3a4aa5837b6ad3d7c3cd212b74854
tree9fc01d9fc9e46b5e6ec912f706ac4d616441a166
parent57c7a1fae2e6ee20f6cd449a55a7d687cac09edd
libav: Allow build both static dynamic plugins

When building plugins with internal FFMPEG, we use different link
flags depending if it is static or shared. As we want to build both
static and dynamic plugins at once, rewrite the rules so we can
pass the right flags.

https://bugzilla.gnome.org/show_bug.cgi?id=779344
ext/libav/Makefile.am