]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
gstreamer: needs dynamic libraries
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 5 Nov 2017 20:31:22 +0000 (21:31 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 26 Nov 2017 21:01:03 +0000 (22:01 +0100)
commitbb0c2b5e20dc8ea3a70afdce7f96a4b39a19dc4a
tree7efc83660e47e093a6ec6c2b72a6e31163d90b7b
parent4db7d0af294cc51b83d4db482646097574b0e311
gstreamer: needs dynamic libraries

Fixes:
http://autobuild.buildroot.net/results/49d/49dcec0bd2f3bb78c18675a9fa5c9c53cc183fd2/

g_cclosure_marshal_VOID__VOID is defined both in libgobject.a and
libgstreamer.a. It is probably possible to fix this, but gstreamer0.10
has been deprecated for a long time now and is anyway unlikely to be
used in static-only situations, so let's just require dynamic linking.

Propagate to the reverse dependencies. opencv3 already did depend on
dynamic libs.

[Peter: add autobuild reference]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 0eee5465e51229c4c17d7930ca2095caace4f8d2)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer/gstreamer/Config.in
package/libplayer/Config.in
package/opencv/Config.in