vlc: add optional dependency to libmatroska
libmatroska is an optional dependency to vlc: http://git.videolan.org/?p=vlc.git;a=blob;f=configure.ac;h=c46120d7f2a7d49d68d488d617e071148b8c5595;hb=HEAD#l2044 Add it to vlc.mk to get reproducable builds. Signed-off-by: Pieterjan Camerlynck <pieterjan.camerlynck@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
eac47611bf
commit
217171565f
@ -202,6 +202,13 @@ else
|
||||
VLC_CONF_OPTS += --disable-mad
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBMATROSKA),y)
|
||||
VLC_CONF_OPTS += --enable-mkv
|
||||
VLC_DEPENDENCIES += libmatroska
|
||||
else
|
||||
VLC_CONF_OPTS += --disable-mkv
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBMODPLUG),y)
|
||||
VLC_CONF_OPTS += --enable-mod
|
||||
VLC_DEPENDENCIES += libmodplug
|
||||
|
Loading…
Reference in New Issue
Block a user