|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-VLC_VERSION = 3.0.9.2
|
|
|
|
|
|
+VLC_VERSION = 3.0.10
|
|
VLC_SITE = https://get.videolan.org/vlc/$(VLC_VERSION)
|
|
VLC_SITE = https://get.videolan.org/vlc/$(VLC_VERSION)
|
|
VLC_SOURCE = vlc-$(VLC_VERSION).tar.xz
|
|
VLC_SOURCE = vlc-$(VLC_VERSION).tar.xz
|
|
VLC_LICENSE = GPL-2.0+, LGPL-2.1+
|
|
VLC_LICENSE = GPL-2.0+, LGPL-2.1+
|
|
@@ -123,6 +123,13 @@ else
|
|
VLC_CONF_OPTS += --disable-avahi
|
|
VLC_CONF_OPTS += --disable-avahi
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_DAV1D),y)
|
|
|
|
+VLC_CONF_OPTS += --enable-dav1d
|
|
|
|
+VLC_DEPENDENCIES += dav1d
|
|
|
|
+else
|
|
|
|
+VLC_CONF_OPTS += --disable-dav1d
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
|
VLC_CONF_OPTS += --enable-dbus
|
|
VLC_CONF_OPTS += --enable-dbus
|
|
VLC_DEPENDENCIES += dbus
|
|
VLC_DEPENDENCIES += dbus
|