mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 11:37:42 +00:00
Removed SATIP_XCI.
This commit is contained in:
16
Makefile
16
Makefile
@@ -10,10 +10,6 @@
|
||||
|
||||
#SATIP_USE_TINYXML = 1
|
||||
|
||||
# Enable CI extension - requires VDR API implementing GetPmt(int, int, int)
|
||||
|
||||
#SATIP_XCI = 1
|
||||
|
||||
# Strip debug symbols? Set eg. to /bin/true if not
|
||||
|
||||
STRIP = strip
|
||||
@@ -85,18 +81,6 @@ DEFINES += -DDEBUG
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef SATIP_XCI
|
||||
ifeq ($(SATIP_XCI),1)
|
||||
DEFINES += -DXCI
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef SATIP_USE_SINGLE_MODEL_SERVERS_ONLY
|
||||
ifeq ($(SATIP_USE_SINGLE_MODEL_SERVERS_ONLY),1)
|
||||
DEFINES += -DUSE_SINGLE_MODEL_SERVERS_ONLY
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(strip $(GITTAG)),)
|
||||
DEFINES += -DGITVERSION='"-GIT-$(GITTAG)"'
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user