|
@@ -440,6 +440,9 @@ endif
|
|
ifeq ($(BR2_PACKAGE_LIVE555),y)
|
|
ifeq ($(BR2_PACKAGE_LIVE555),y)
|
|
VLC_CONF_OPTS += --enable-live555
|
|
VLC_CONF_OPTS += --enable-live555
|
|
VLC_DEPENDENCIES += live555
|
|
VLC_DEPENDENCIES += live555
|
|
|
|
+ifneq ($(BR2_PACKAGE_OPENSSL),y)
|
|
|
|
+VLC_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS) -DNO_OPENSSL"
|
|
|
|
+endif
|
|
else
|
|
else
|
|
VLC_CONF_OPTS += --disable-live555
|
|
VLC_CONF_OPTS += --disable-live555
|
|
endif
|
|
endif
|