mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
tvheadend: indentation cleanup
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0772e28dbb
commit
7661580ff2
@ -35,18 +35,18 @@ endif
|
|||||||
TVHEADEND_DEPENDENCIES += dtv-scan-tables
|
TVHEADEND_DEPENDENCIES += dtv-scan-tables
|
||||||
|
|
||||||
define TVHEADEND_CONFIGURE_CMDS
|
define TVHEADEND_CONFIGURE_CMDS
|
||||||
(cd $(@D); \
|
(cd $(@D); \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(TARGET_CONFIGURE_ARGS) \
|
$(TARGET_CONFIGURE_ARGS) \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--arch="$(ARCH)" \
|
--arch="$(ARCH)" \
|
||||||
--cpu="$(BR2_GCC_TARGET_CPU)" \
|
--cpu="$(BR2_GCC_TARGET_CPU)" \
|
||||||
--python="$(HOST_DIR)/usr/bin/python" \
|
--python="$(HOST_DIR)/usr/bin/python" \
|
||||||
--disable-dvbscan \
|
--disable-dvbscan \
|
||||||
--enable-bundle \
|
--enable-bundle \
|
||||||
--disable-libffmpeg_static \
|
--disable-libffmpeg_static \
|
||||||
$(TVHEADEND_CONF_OPTS) \
|
$(TVHEADEND_CONF_OPTS) \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user