vlc: allow dynamically linking live555

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Baruch Siach 2014-11-17 10:18:16 +02:00 committed by Thomas Petazzoni
parent 6d6728ac2c
commit 7ee766369c
1 changed files with 1 additions and 3 deletions

View File

@ -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 += \