mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 11:37:42 +00:00
Added a compile-time option to split any mixed model server into several single ones.
This commit is contained in:
10
Makefile
10
Makefile
@@ -14,6 +14,10 @@
|
||||
|
||||
#SATIP_XCI = 1
|
||||
|
||||
# Split any mixed model server into several single ones
|
||||
|
||||
#SATIP_USE_SINGLE_MODEL_SERVERS_ONLY = 1
|
||||
|
||||
# Strip debug symbols? Set eg. to /bin/true if not
|
||||
|
||||
STRIP = strip
|
||||
@@ -91,6 +95,12 @@ 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