projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6728a
)
vlc: allow dynamically linking live555
author
Baruch Siach
<baruch@tkos.co.il>
Mon, 17 Nov 2014 08:18:16 +0000
(10:18 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Wed, 19 Nov 2014 09:02:43 +0000
(10:02 +0100)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/vlc/vlc.mk
patch
|
blob
|
history
diff --git
a/package/vlc/vlc.mk
b/package/vlc/vlc.mk
index e2c81d6e89598b9e1826299a43c1a44a40c18799..19f1058dfa4788d831f107345f31ead1b27babca 100644
(file)
--- 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 += \