Loading package/vlc/vlc.mk +1 −3 Original line number Diff line number Diff line Loading @@ -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 += \ Loading Loading
package/vlc/vlc.mk +1 −3 Original line number Diff line number Diff line Loading @@ -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 += \ Loading