mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
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
|
VLC_CONF_OPTS += --disable-libass
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||||
VLC_CONF_OPTS += --enable-libgcrypt
|
VLC_CONF_OPTS += --enable-libgcrypt
|
||||||
VLC_DEPENDENCIES += libgcrypt
|
VLC_DEPENDENCIES += libgcrypt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user