vlc: fix shared library building
authorArnout Vandecappelle <arnout@mind.be>
Wed, 26 Feb 2014 23:21:16 +0000 (00:21 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 27 Feb 2014 14:31:27 +0000 (15:31 +0100)
commit929f371cb078f96f64391af10c066bd45aa85bb9
tree9a7136e3e04fb378e912ac0410dab511a18e719d
parent020047730b5a30491751b81f9bc7017818d29269
vlc: fix shared library building

Fixes e.g.
http://autobuild.buildroot.net/results/9c7/9c7a97882d446a42cabcb07e4af7e6825192e70b

VLC cannot build static and shared libraries at the same time.

Also, live555 only has a static library, and VLC tries to link this into
a shared library. Therefore, disable the live555 plugin unless static
linking is selected. It would be better to build live555 as a shared
library, but that's for another patch.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/vlc/vlc.mk