mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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
|
else
|
||||||
TVHEADEND_CONF_OPTS += --disable-libopus
|
TVHEADEND_CONF_OPTS += --disable-libopus
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_X265),y)
|
||||||
TVHEADEND_CONF_OPTS += --enable-libx265
|
TVHEADEND_CONF_OPTS += --enable-libx265
|
||||||
TVHEADEND_DEPENDENCIES += x265
|
TVHEADEND_DEPENDENCIES += x265
|
||||||
@ -51,6 +57,7 @@ else
|
|||||||
TVHEADEND_CONF_OPTS += \
|
TVHEADEND_CONF_OPTS += \
|
||||||
--disable-libav \
|
--disable-libav \
|
||||||
--disable-libopus \
|
--disable-libopus \
|
||||||
|
--disable-omx \
|
||||||
--disable-vaapi \
|
--disable-vaapi \
|
||||||
--disable-libx264 \
|
--disable-libx264 \
|
||||||
--disable-libx265
|
--disable-libx265
|
||||||
|
Loading…
x
Reference in New Issue
Block a user