package/tvheadend: add optional support for rpi-userland
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
14670c2ce2
commit
4226d09444
@ -41,6 +41,12 @@ TVHEADEND_DEPENDENCIES += opus
|
||||
else
|
||||
TVHEADEND_CONF_OPTS += --disable-libopus
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
||||
TVHEADEND_CONF_OPTS += --enable-omx
|
||||
TVHEADEND_DEPENDENCIES += rpi-userland
|
||||
else
|
||||
TVHEADEND_CONF_OPTS += --disable-omx
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_X265),y)
|
||||
TVHEADEND_CONF_OPTS += --enable-libx265
|
||||
TVHEADEND_DEPENDENCIES += x265
|
||||
@ -51,6 +57,7 @@ else
|
||||
TVHEADEND_CONF_OPTS += \
|
||||
--disable-libav \
|
||||
--disable-libopus \
|
||||
--disable-omx \
|
||||
--disable-vaapi \
|
||||
--disable-libx264 \
|
||||
--disable-libx265
|
||||
|
Loading…
Reference in New Issue
Block a user