|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=tvheadend |
|
|
PKG_NAME:=tvheadend |
|
|
PKG_VERSION:=4.0.9 |
|
|
PKG_VERSION:=4.0.9 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME) |
|
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME) |
|
|
PKG_SOURCE_VERSION:=v$(PKG_VERSION) |
|
|
PKG_SOURCE_VERSION:=v$(PKG_VERSION) |
|
@ -76,6 +76,8 @@ CONFIGURE_ARGS += \ |
|
|
--disable-libav \
|
|
|
--disable-libav \
|
|
|
--enable-bundle |
|
|
--enable-bundle |
|
|
|
|
|
|
|
|
|
|
|
TARGET_CFLAGS += -Wno-error=pointer-compare -Wno-error=misleading-indentation |
|
|
|
|
|
|
|
|
define Build/Prepare |
|
|
define Build/Prepare |
|
|
$(call Build/Prepare/Default) |
|
|
$(call Build/Prepare/Default) |
|
|
echo 'Tvheadend $(shell echo $(PKG_SOURCE_VERSION) | sed "s/^v//")~openwrt$(PKG_RELEASE)' \
|
|
|
echo 'Tvheadend $(shell echo $(PKG_SOURCE_VERSION) | sed "s/^v//")~openwrt$(PKG_RELEASE)' \
|
|
|