[Buildroot] [PATCH 3/3] vlc: allow dynamically linking live555

Baruch Siach baruch at tkos.co.il
Mon Nov 17 08:18:16 UTC 2014


Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/vlc/vlc.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index e2c81d6e8959..19f1058dfa47 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -224,9 +224,7 @@ else
 VLC_CONF_OPTS += --disable-libxml2
 endif
 
-# live555 installs a static library only, and vlc tries to link it into a
-# shared library - which doesn't work. So only enable live555 if static.
-ifeq ($(BR2_PACKAGE_LIVE555)$(BR2_PREFER_STATIC_LIB),yy)
+ifeq ($(BR2_PACKAGE_LIVE555),y)
 VLC_CONF_OPTS += --enable-live555
 VLC_DEPENDENCIES += live555
 VLC_CONF_ENV += \
-- 
2.1.3



More information about the buildroot mailing list