|
@@ -340,6 +340,13 @@ ifeq ($(BR2_PACKAGE_MINIZIP),y)
|
|
|
VLC_DEPENDENCIES += minizip
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_MUSEPACK),y)
|
|
|
+VLC_CONF_OPTS += --enable-mpc
|
|
|
+VLC_DEPENDENCIES += musepack
|
|
|
+else
|
|
|
+VLC_CONF_OPTS += --disable-mpc
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_QT_GUI_MODULE),y)
|
|
|
VLC_CONF_OPTS += --enable-qt
|
|
|
VLC_CONF_ENV += \
|