vlc: add support for libdvbpsi
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
086b38d9ce
commit
1c7239e36f
@ -179,6 +179,13 @@ else
|
||||
VLC_CONF_OPTS += --disable-libass
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBDVBPSI),y)
|
||||
VLC_CONF_OPTS += --enable-dvbpsi
|
||||
VLC_DEPENDENCIES += libdvbpsi
|
||||
else
|
||||
VLC_CONF_OPTS += --disable-dvbpsi
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||
VLC_CONF_OPTS += --enable-libgcrypt
|
||||
VLC_DEPENDENCIES += libgcrypt
|
||||
|
Loading…
Reference in New Issue
Block a user