|
@@ -74,7 +74,6 @@ VLC_CONF_OPTS += \
|
|
--disable-notify \
|
|
--disable-notify \
|
|
--disable-projectm \
|
|
--disable-projectm \
|
|
--disable-schroedinger \
|
|
--disable-schroedinger \
|
|
- --disable-soxr \
|
|
|
|
--disable-shine \
|
|
--disable-shine \
|
|
--disable-shout \
|
|
--disable-shout \
|
|
--disable-skins2 \
|
|
--disable-skins2 \
|
|
@@ -344,6 +343,13 @@ else
|
|
VLC_CONF_OPTS += --disable-secret
|
|
VLC_CONF_OPTS += --disable-secret
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBSOXR),y)
|
|
|
|
+VLC_CONF_OPTS += --enable-soxr
|
|
|
|
+VLC_DEPENDENCIES += libsoxr
|
|
|
|
+else
|
|
|
|
+VLC_CONF_OPTS += --disable-soxr
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_LIBSSH2),y)
|
|
ifeq ($(BR2_PACKAGE_LIBSSH2),y)
|
|
VLC_CONF_OPTS += --enable-sftp
|
|
VLC_CONF_OPTS += --enable-sftp
|
|
VLC_DEPENDENCIES += libssh2
|
|
VLC_DEPENDENCIES += libssh2
|